diff options
author | Richard Henderson <rth@twiddle.net> | 2009-12-09 15:44:08 -0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-12-13 20:32:36 +0100 |
commit | 19188121b49d2a7c5c7fdaf663e98faa547836f0 (patch) | |
tree | 9ed07badf052a2f5263fe1d8b29fbbffee7c7568 /target-alpha/helper.h | |
parent | da1f14021e52a418990cc6b6ff494887e426492f (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/helper.h')
-rw-r--r-- | target-alpha/helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index a4faca248a..9c60be1ea2 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -1,7 +1,5 @@ #include "def-helper.h" -DEF_HELPER_0(tb_flush, void) - DEF_HELPER_2(excp, void, int, int) DEF_HELPER_0(load_pcc, i64) DEF_HELPER_0(rc, i64) |