Skip to content

Commit

Permalink
target-s390x: Avoid double CPU_LOG_TB_CPU
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rth7680 authored and aurel32 committed Sep 27, 2012
1 parent 0d40454 commit 87a5395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-s390x/translate.c
Expand Up @@ -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);
Expand Down

0 comments on commit 87a5395

Please sign in to comment.