diff options
author | Richard Henderson <rth@twiddle.net> | 2014-08-08 10:54:35 -1000 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-05-18 13:03:46 -0700 |
commit | 3da653fa05579579b0ba55a02ffa2aa3d466f01b (patch) | |
tree | 033d575e04021b8cf8e487b25fd39439f265e6bf /target-alpha/helper.h | |
parent | 9354452c39fef1ab2491da5989e6944d8bb2e16a (diff) |
target-alpha: Rename floating-point subroutines
... to match the instructions, which have no leading "f".
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index a451cfeeec..424ea49add 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -94,7 +94,7 @@ DEF_HELPER_FLAGS_3(fp_exc_raise_s, TCG_CALL_NO_WG, void, env, i32, i32) DEF_HELPER_FLAGS_2(ieee_input, TCG_CALL_NO_WG, void, env, i64) DEF_HELPER_FLAGS_2(ieee_input_cmp, TCG_CALL_NO_WG, void, env, i64) -DEF_HELPER_FLAGS_2(fcvtql_v_input, TCG_CALL_NO_WG, void, env, i64) +DEF_HELPER_FLAGS_2(cvtql_v_input, TCG_CALL_NO_WG, void, env, i64) #if !defined (CONFIG_USER_ONLY) DEF_HELPER_2(hw_ret, void, env, i64) |