]> Git Repo - qemu.git/commitdiff
target-lm32: don't log cpu state in translation
authorMichael Walle <[email protected]>
Wed, 12 Sep 2012 17:48:42 +0000 (19:48 +0200)
committerMichael Walle <[email protected]>
Mon, 18 Mar 2013 18:40:34 +0000 (19:40 +0100)
Don't dump the cpu state because it can also be enabled by the "-d cpu"
parameter.

Signed-off-by: Michael Walle <[email protected]>
target-lm32/translate.c

index 695d9c59b271430906f7aca0eb405f10c516625f..f51ffc5e8715daba2bc271e50ded8b083a8babf2 100644 (file)
@@ -1027,11 +1027,6 @@ static void gen_intermediate_code_internal(CPULM32State *env,
         cpu_abort(env, "LM32: unaligned PC=%x\n", pc_start);
     }
 
-    if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
-        qemu_log("-----------------------------------------\n");
-        log_cpu_state(env, 0);
-    }
-
     next_page_start = (pc_start & TARGET_PAGE_MASK) + TARGET_PAGE_SIZE;
     lj = -1;
     num_insns = 0;
This page took 0.02791 seconds and 4 git commands to generate.