]> git.proxmox.com Git - qemu.git/commit
target-alpha: Use goto_tb in call_pal
authorRichard Henderson <rth@twiddle.net>
Fri, 26 Jul 2013 22:00:32 +0000 (12:00 -1000)
committerRichard Henderson <rth@twiddle.net>
Fri, 16 Aug 2013 18:17:23 +0000 (11:17 -0700)
commita9ead832617195a9b0727557c94dda776f8e8074
treea881b774fa9c2ebc058abf78d20a6fae1cc6b2f4
parentba96394e20ad033a10eb790fdf2377e2a8892feb
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>
target-alpha/helper.h
target-alpha/sys_helper.c
target-alpha/translate.c