mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target-alpha: Rename floating-point subroutines
... to match the instructions, which have no leading "f". Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
9354452c39
commit
3da653fa05
3 changed files with 36 additions and 36 deletions
|
@ -493,7 +493,7 @@ uint64_t helper_cvtqt(CPUAlphaState *env, uint64_t a)
|
|||
return float64_to_t(fr);
|
||||
}
|
||||
|
||||
void helper_fcvtql_v_input(CPUAlphaState *env, uint64_t val)
|
||||
void helper_cvtql_v_input(CPUAlphaState *env, uint64_t val)
|
||||
{
|
||||
if (val != (int32_t)val) {
|
||||
arith_excp(env, GETPC(), EXC_M_IOV, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue