projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
564856b
)
target-ppc: Remove duplicate cpu log.
author
Richard Henderson
<rth@twiddle.net>
Mon, 5 Apr 2010 22:57:41 +0000
(15:57 -0700)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 5 May 2010 10:20:05 +0000
(12:20 +0200)
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>
target-ppc/translate.c
patch
|
blob
|
history
diff --git
a/target-ppc/translate.c
b/target-ppc/translate.c
index 3d9d5eef4d79cee9d173a6d7f2150920669af000..86cca5182d7901349e0a807ea72b5592a174b7f6 100644
(file)
--- a/
target-ppc/translate.c
+++ b/
target-ppc/translate.c
@@
-9109,8
+9109,6
@@
static inline void gen_intermediate_code_internal(CPUState *env,
tb->icount = num_insns;
}
#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)) {
int flags;
flags = env->bfd_mach;