aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-alpha/translate.c')
-rw-r--r--target-alpha/translate.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index 9e7e9b2d83..ae1f5a8363 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -32,10 +32,7 @@
#define GEN_HELPER 1
#include "helper.h"
-/* #define DO_SINGLE_STEP */
-#define ALPHA_DEBUG_DISAS
-/* #define DO_TB_FLUSH */
-
+#undef ALPHA_DEBUG_DISAS
#ifdef ALPHA_DEBUG_DISAS
# define LOG_DISAS(...) qemu_log(__VA_ARGS__)
@@ -2428,9 +2425,6 @@ static inline void gen_intermediate_code_internal(CPUState *env,
if (ret != 1 && ret != 3) {
tcg_gen_movi_i64(cpu_pc, ctx.pc);
}
-#if defined (DO_TB_FLUSH)
- gen_helper_tb_flush();
-#endif
if (tb->cflags & CF_LAST_IO)
gen_io_end();
/* Generate the return instruction */