diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-10 21:27:31 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-10 21:27:31 +0000 |
commit | 8579095b81e985fdcdba923d7b3ad75ddf69cb87 (patch) | |
tree | 465bc0e8c9724666133f88b9f17e6669c255e0c1 /target-alpha/helper.h | |
parent | ecbb5ea1041d2894f5efb9317acd519c4fd81ad5 (diff) |
target-alpha: remove helper_load_implver
There is no need to use an helper. Directly load the value with tcg code.
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@7074 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 4c4855d093..f62b1c2b55 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -5,7 +5,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(load_implver, i64) DEF_HELPER_0(rc, i64) DEF_HELPER_0(rs, i64) |