summaryrefslogtreecommitdiff
path: root/target-alpha/sys_helper.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-07-26 12:00:32 -1000
committerRichard Henderson <rth@twiddle.net>2013-08-16 11:17:23 -0700
commita9ead832617195a9b0727557c94dda776f8e8074 (patch)
treea881b774fa9c2ebc058abf78d20a6fae1cc6b2f4 /target-alpha/sys_helper.c
parentba96394e20ad033a10eb790fdf2377e2a8892feb (diff)
downloadqemu-a9ead832617195a9b0727557c94dda776f8e8074.tar.gz
target-alpha: Use goto_tb in call_pal
With appropriate flushing when the PALBR changes, the target of a CALL_PAL is so predictable we can chain to it. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-alpha/sys_helper.c')
-rw-r--r--target-alpha/sys_helper.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/target-alpha/sys_helper.c b/target-alpha/sys_helper.c
index ce51ed6002..97cf9ebfc9 100644
--- a/target-alpha/sys_helper.c
+++ b/target-alpha/sys_helper.c
@@ -72,6 +72,11 @@ void helper_tbis(CPUAlphaState *env, uint64_t p)
tlb_flush_page(env, p);
}
+void helper_tb_flush(CPUAlphaState *env)
+{
+ tb_flush(env);
+}
+
void helper_halt(uint64_t restart)
{
if (restart) {