diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-08 00:06:01 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-08 00:06:01 +0000 |
commit | c01fccd2de748b8e809573e23a4ed2d5ebd2f715 (patch) | |
tree | c5402da50179aa45e33660bfbae62b31218cbfc4 /target-mips/helper.h | |
parent | 829ef7b015df71f1532331c2933c5f163ff6a8fe (diff) |
target-mips: rename helpers from do_ to helper_
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6773 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/helper.h')
-rw-r--r-- | target-mips/helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-mips/helper.h b/target-mips/helper.h index cc36bb1107..e446578377 100644 --- a/target-mips/helper.h +++ b/target-mips/helper.h @@ -1,10 +1,5 @@ #include "def-helper.h" -/* FIXME: We should rename the helper functions and remove this hack. */ -#undef HELPER -#define HELPER(name) do_##name - - DEF_HELPER_2(raise_exception_err, void, i32, int) DEF_HELPER_1(raise_exception, void, i32) DEF_HELPER_0(interrupt_restart, void) |