diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-10 21:27:48 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-10 21:27:48 +0000 |
commit | a3468a5668f6748cd593b06b06885ac94dbef787 (patch) | |
tree | 371b19653d87c3b54d231c35b559f51115635bdf /target-alpha/helper.h | |
parent | db2e4270eff9e357788502f23b3dc4de970a40f7 (diff) | |
download | qemu-a3468a5668f6748cd593b06b06885ac94dbef787.tar.gz qemu-a3468a5668f6748cd593b06b06885ac94dbef787.tar.bz2 qemu-a3468a5668f6748cd593b06b06885ac94dbef787.zip |
target-alpha: remove amask helper
The direct use of helper_amask in translate.c was bogus (as env is not
assigned). Directly code amask in tcg and remove the helper.
Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7075 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index f62b1c2b55..a4faca248a 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -3,7 +3,6 @@ DEF_HELPER_0(tb_flush, void) DEF_HELPER_2(excp, void, int, int) -DEF_HELPER_1(amask, i64, i64) DEF_HELPER_0(load_pcc, i64) DEF_HELPER_0(rc, i64) DEF_HELPER_0(rs, i64) |