mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 09:19:07 +00:00
target-ppc: 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
564856bb97
commit
8d0d2eb6b2
@ -9109,8 +9109,6 @@ static inline void gen_intermediate_code_internal(CPUState *env,
|
|||||||
tb->icount = num_insns;
|
tb->icount = num_insns;
|
||||||
}
|
}
|
||||||
#if defined(DEBUG_DISAS)
|
#if defined(DEBUG_DISAS)
|
||||||
qemu_log_mask(CPU_LOG_TB_CPU, "---------------- excp: %04x\n", ctx.exception);
|
|
||||||
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)) {
|
||||||
int flags;
|
int flags;
|
||||||
flags = env->bfd_mach;
|
flags = env->bfd_mach;
|
||||||
|
Loading…
Reference in New Issue
Block a user