]> Git Repo - qemu.git/commitdiff
target-i386: Remove duplicate CPU log.
authorRichard Henderson <[email protected]>
Sun, 4 Apr 2010 18:40:44 +0000 (11:40 -0700)
committerAurelien Jarno <[email protected]>
Wed, 5 May 2010 10:20:05 +0000 (12:20 +0200)
The proper logging for -d cpu is done in generic code.

Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-i386/translate.c

index 6311b6865cd71235536802e2a4697503bae18fda..38c6016574011e2ebddbe2d5fa372acaaf5e235c 100644 (file)
@@ -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");
This page took 0.028244 seconds and 4 git commands to generate.