aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/op_helper.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2009-12-09 15:44:08 -0800
committerAurelien Jarno <aurelien@aurel32.net>2009-12-13 20:32:36 +0100
commit19188121b49d2a7c5c7fdaf663e98faa547836f0 (patch)
tree9ed07badf052a2f5263fe1d8b29fbbffee7c7568 /target-alpha/op_helper.c
parentda1f14021e52a418990cc6b6ff494887e426492f (diff)
target-alpha: Remove bogus DO_TB_FLUSH code from translator.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-alpha/op_helper.c')
-rw-r--r--target-alpha/op_helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c
index fe222dccd..508272c85 100644
--- a/target-alpha/op_helper.c
+++ b/target-alpha/op_helper.c
@@ -22,11 +22,6 @@
#include "softfloat.h"
#include "helper.h"
-void helper_tb_flush (void)
-{
- tb_flush(env);
-}
-
/*****************************************************************************/
/* Exceptions processing helpers */
void helper_excp (int excp, int error)