projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a64244
)
target-sh4: remove useless code
author
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 16 Sep 2012 11:12:21 +0000
(13:12 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 21 Sep 2012 17:53:16 +0000
(19:53 +0200)
Almost dead code.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-sh4/translate.c
patch
|
blob
|
history
diff --git
a/target-sh4/translate.c
b/target-sh4/translate.c
index e5478cb98b8aee0158927d21fce6a1582abee0bb..0fa83cab9985031e8ab0d1a615fc9c7a9a467434 100644
(file)
--- a/
target-sh4/translate.c
+++ b/
target-sh4/translate.c
@@
-18,7
+18,6
@@
*/
#define DEBUG_DISAS
-#define SH4_DEBUG_DISAS
//#define SH4_SINGLE_STEP
#include "cpu.h"
@@
-2069,9
+2068,6
@@
gen_intermediate_code_internal(CPUSH4State * env, TranslationBlock * tb,
}
#ifdef DEBUG_DISAS
-#ifdef SH4_DEBUG_DISAS
- qemu_log_mask(CPU_LOG_TB_IN_ASM, "\n");
-#endif
if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
qemu_log("IN:\n"); /* , lookup_symbol(pc_start)); */
log_target_disas(pc_start, ctx.pc - pc_start, 0);