mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
target-mips: 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
6e9cc3ed0e
commit
564856bb97
1 changed files with 0 additions and 6 deletions
|
|
@ -9426,11 +9426,6 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb,
|
||||||
max_insns = tb->cflags & CF_COUNT_MASK;
|
max_insns = tb->cflags & CF_COUNT_MASK;
|
||||||
if (max_insns == 0)
|
if (max_insns == 0)
|
||||||
max_insns = CF_COUNT_MASK;
|
max_insns = CF_COUNT_MASK;
|
||||||
#ifdef DEBUG_DISAS
|
|
||||||
qemu_log_mask(CPU_LOG_TB_CPU, "------------------------------------------------\n");
|
|
||||||
/* FIXME: This may print out stale hflags from env... */
|
|
||||||
log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0);
|
|
||||||
#endif
|
|
||||||
LOG_DISAS("\ntb %p idx %d hflags %04x\n", tb, ctx.mem_idx, ctx.hflags);
|
LOG_DISAS("\ntb %p idx %d hflags %04x\n", tb, ctx.mem_idx, ctx.hflags);
|
||||||
gen_icount_start();
|
gen_icount_start();
|
||||||
while (ctx.bstate == BS_NONE) {
|
while (ctx.bstate == BS_NONE) {
|
||||||
|
|
@ -9544,7 +9539,6 @@ done_generating:
|
||||||
log_target_disas(pc_start, ctx.pc - pc_start, 0);
|
log_target_disas(pc_start, ctx.pc - pc_start, 0);
|
||||||
qemu_log("\n");
|
qemu_log("\n");
|
||||||
}
|
}
|
||||||
qemu_log_mask(CPU_LOG_TB_CPU, "---------------- %d %08x\n", ctx.bstate, ctx.hflags);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue