diff options
author | Richard Henderson <rth@twiddle.net> | 2014-09-16 12:35:59 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-08-18 11:08:54 -0700 |
commit | 2f458b7c311f8d79028b04930f8c820b326fbcdd (patch) | |
tree | 194219f4b3ef249c1f856d84c72fb58a1d0b8ef9 /target-alpha/helper.h | |
parent | 591243846f7d0dc59f482a89e241a6ce02d25fae (diff) | |
download | qemu-2f458b7c311f8d79028b04930f8c820b326fbcdd.zip |
target-alpha: Inline call_pal
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
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 d221f0d7d6..e7f04504ac 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -92,7 +92,6 @@ DEF_HELPER_FLAGS_2(ieee_input_s, TCG_CALL_NO_WG, void, env, i64) #if !defined (CONFIG_USER_ONLY) DEF_HELPER_2(hw_ret, void, env, i64) -DEF_HELPER_3(call_pal, void, env, i64, i64) DEF_HELPER_2(ldl_phys, i64, env, i64) DEF_HELPER_2(ldq_phys, i64, env, i64) |