From 2116650254117a873ab316038803cef657ae2820 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 3 Jun 2022 18:42:49 +0200 Subject: disas: Remove libvixl disassembler The disassembly via capstone should be superiour to our old vixl sources nowadays, so let's finally cut this old disassembler out of the QEMU source tree. Message-Id: <20220603164249.112459-1-thuth@redhat.com> Tested-by: Richard Henderson Reviewed-by: Richard Henderson Signed-off-by: Thomas Huth --- include/exec/poison.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/exec') diff --git a/include/exec/poison.h b/include/exec/poison.h index bbb82cf9ec..f0959bc84e 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -66,8 +66,6 @@ #pragma GCC poison CPU_INTERRUPT_TGT_INT_2 #pragma GCC poison CONFIG_ALPHA_DIS -#pragma GCC poison CONFIG_ARM_A64_DIS -#pragma GCC poison CONFIG_ARM_DIS #pragma GCC poison CONFIG_CRIS_DIS #pragma GCC poison CONFIG_HPPA_DIS #pragma GCC poison CONFIG_I386_DIS -- cgit v1.2.3-55-g7522