OSDN Git Service

target-ppc: Remove duplicate cpu log.
authorRichard Henderson <rth@twiddle.net>
Mon, 5 Apr 2010 22:57:41 +0000 (15:57 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 5 May 2010 10:20:05 +0000 (12:20 +0200)
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>
target-ppc/translate.c

index 3d9d5ee..86cca51 100644 (file)
@@ -9109,8 +9109,6 @@ static inline void gen_intermediate_code_internal(CPUState *env,
         tb->icount = num_insns;
     }
 #if defined(DEBUG_DISAS)
-    qemu_log_mask(CPU_LOG_TB_CPU, "---------------- excp: %04x\n", ctx.exception);
-    log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0);
     if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
         int flags;
         flags = env->bfd_mach;