mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
This commit is contained in:
parent
8579095b81
commit
1a1f7dbcf1
3 changed files with 13 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue