From: Richard Henderson Date: Tue, 18 Aug 2020 03:59:47 +0000 (-0700) Subject: target/microblaze: Remove DISAS_GNU X-Git-Tag: v5.2.0-rc0~143^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0f357cae2d9f042f04da3b7d0e08fbbb5b0005;p=thirdparty%2Fqemu.git target/microblaze: Remove DISAS_GNU This is never used. Tested-by: Edgar E. Iglesias Reviewed-by: Edgar E. Iglesias Signed-off-by: Richard Henderson --- diff --git a/target/microblaze/translate.c b/target/microblaze/translate.c index a90e56a17f9..6757720776b 100644 --- a/target/microblaze/translate.c +++ b/target/microblaze/translate.c @@ -34,7 +34,6 @@ #include "exec/log.h" -#define DISAS_GNU 1 #define DISAS_MB 1 #if DISAS_MB # define LOG_DIS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__)