Skip to content

Commit

Permalink
target-sh4: remove useless code
Browse files Browse the repository at this point in the history
Almost dead code.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
  • Loading branch information
aurel32 committed Sep 21, 2012
1 parent 7a64244 commit 080df49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions target-sh4/translate.c
Expand Up @@ -18,7 +18,6 @@
*/

#define DEBUG_DISAS
#define SH4_DEBUG_DISAS
//#define SH4_SINGLE_STEP

#include "cpu.h"
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 080df49

Please sign in to comment.