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/op_helper.c | |
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/op_helper.c')
-rw-r--r-- | target-alpha/op_helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c index e61fa7396c..6b41d2bec5 100644 --- a/target-alpha/op_helper.c +++ b/target-alpha/op_helper.c @@ -58,11 +58,6 @@ uint64_t helper_load_pcc (void) return 0; } -uint64_t helper_load_implver (void) -{ - return env->implver; -} - uint64_t helper_load_fpcr (void) { uint64_t ret = 0; |