target-i386: Remove duplicate CPU log.
The proper logging for -d cpu is done in generic code. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
262353cb1f
commit
6e9cc3ed0e
@ -7891,7 +7891,6 @@ static inline void gen_intermediate_code_internal(CPUState *env,
|
||||
}
|
||||
|
||||
#ifdef DEBUG_DISAS
|
||||
log_cpu_state_mask(CPU_LOG_TB_CPU, env, X86_DUMP_CCOP);
|
||||
if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
|
||||
int disas_flags;
|
||||
qemu_log("----------------\n");
|
||||
|
Loading…
Reference in New Issue
Block a user