mirror of https://gitee.com/openkylin/qemu.git
target/microblaze: Remove DISAS_GNU
This is never used. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
47393d564a
commit
ba0f357cae
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue