mirror of https://gitee.com/openkylin/qemu.git
target-s390x: Avoid double CPU_LOG_TB_CPU
This is already handled generically in cpu_exec. Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
0d404541b2
commit
87a5395bdd
|
@ -5220,7 +5220,6 @@ static inline void gen_intermediate_code_internal(CPUS390XState *env,
|
|||
tb->icount = num_insns;
|
||||
}
|
||||
#if defined(S390X_DEBUG_DISAS)
|
||||
log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0);
|
||||
if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
|
||||
qemu_log("IN: %s\n", lookup_symbol(pc_start));
|
||||
log_target_disas(pc_start, dc.pc - pc_start, 1);
|
||||
|
|
Loading…
Reference in New Issue