target-sh4: Remove duplicate CPU log.
authorRichard Henderson <rth@twiddle.net>
Mon, 5 Apr 2010 22:58:20 +0000 (15:58 -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-sh4/translate.c

index 3537f8c..d0d6c00 100644 (file)
@@ -1916,12 +1916,6 @@ gen_intermediate_code_internal(CPUState * env, TranslationBlock * tb,
     ctx.features = env->features;
     ctx.has_movcal = (tb->flags & TB_FLAG_PENDING_MOVCA);
 
-#ifdef DEBUG_DISAS
-    qemu_log_mask(CPU_LOG_TB_CPU,
-                 "------------------------------------------------\n");
-    log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0);
-#endif
-
     ii = -1;
     num_insns = 0;
     max_insns = tb->cflags & CF_COUNT_MASK;