target-sh4: remove useless code
Almost dead code. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
7a64244fda
commit
080df491db
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user