mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
target-lm32: don't log cpu state in translation
Don't dump the cpu state because it can also be enabled by the "-d cpu" parameter. Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
562f5f5d9e
commit
608a03c1df
1 changed files with 0 additions and 5 deletions
|
|
@ -1027,11 +1027,6 @@ static void gen_intermediate_code_internal(CPULM32State *env,
|
||||||
cpu_abort(env, "LM32: unaligned PC=%x\n", pc_start);
|
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;
|
next_page_start = (pc_start & TARGET_PAGE_MASK) + TARGET_PAGE_SIZE;
|
||||||
lj = -1;
|
lj = -1;
|
||||||
num_insns = 0;
|
num_insns = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue