diff options
Diffstat (limited to 'target-alpha/op_helper.c')
-rw-r--r-- | target-alpha/op_helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c index fe222dccd9..508272c85d 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) |