mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-06 22:33:05 +00:00
target-alpha: Fix double log_cpu_state.
The proper logging is handled by generic code. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
a06d48d91f
commit
d9a50a366f
@ -2648,7 +2648,6 @@ static inline void gen_intermediate_code_internal(CPUState *env,
|
|||||||
tb->icount = num_insns;
|
tb->icount = num_insns;
|
||||||
}
|
}
|
||||||
#ifdef DEBUG_DISAS
|
#ifdef DEBUG_DISAS
|
||||||
log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0);
|
|
||||||
if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
|
if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
|
||||||
qemu_log("IN: %s\n", lookup_symbol(pc_start));
|
qemu_log("IN: %s\n", lookup_symbol(pc_start));
|
||||||
log_target_disas(pc_start, ctx.pc - pc_start, 1);
|
log_target_disas(pc_start, ctx.pc - pc_start, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user