mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
target-sh4: Remove duplicate CPU log.
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>
This commit is contained in:
parent
8d0d2eb6b2
commit
6f0f607f96
1 changed files with 0 additions and 6 deletions
|
|
@ -1916,12 +1916,6 @@ gen_intermediate_code_internal(CPUState * env, TranslationBlock * tb,
|
||||||
ctx.features = env->features;
|
ctx.features = env->features;
|
||||||
ctx.has_movcal = (tb->flags & TB_FLAG_PENDING_MOVCA);
|
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;
|
ii = -1;
|
||||||
num_insns = 0;
|
num_insns = 0;
|
||||||
max_insns = tb->cflags & CF_COUNT_MASK;
|
max_insns = tb->cflags & CF_COUNT_MASK;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue