From ba96394e20ad033a10eb790fdf2377e2a8892feb Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 26 Jul 2013 11:22:21 -1000 Subject: target-alpha: Implement call_pal without an exception The destination of the call_pal, and the cpu state, is very predictable; there's no need for exiting the cpu loop. Signed-off-by: Richard Henderson --- target-alpha/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-alpha/helper.h') diff --git a/target-alpha/helper.h b/target-alpha/helper.h index 0e425cf..5529c17 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -99,6 +99,7 @@ DEF_HELPER_FLAGS_2(ieee_input_cmp, 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_1(ldl_phys, i64, i64) DEF_HELPER_1(ldq_phys, i64, i64) -- cgit v1.1