target-alpha: Implement call_pal without an exception
authorRichard Henderson <rth@twiddle.net>
Fri, 26 Jul 2013 21:22:21 +0000 (11:22 -1000)
committerRichard Henderson <rth@twiddle.net>
Fri, 16 Aug 2013 18:17:23 +0000 (11:17 -0700)
commitba96394e20ad033a10eb790fdf2377e2a8892feb
treef0d6cbcdb686eeb8bd5db26443844eb94c1d2ccf
parentf202039811d8746b0586d2fd5f61de6c8cf68056
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 <rth@twiddle.net>
target-alpha/helper.h
target-alpha/sys_helper.c
target-alpha/translate.c