mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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
This commit is contained in:
parent
ecbb5ea104
commit
8579095b81
3 changed files with 3 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue