]> git.proxmox.com Git - qemu.git/commit - target-alpha/translate.c
target-alpha: Implement more CALL_PAL values inline.
authorRichard Henderson <rth@twiddle.net>
Mon, 23 May 2011 20:09:00 +0000 (13:09 -0700)
committerRichard Henderson <rth@anchor.twiddle.net>
Tue, 31 May 2011 17:18:06 +0000 (10:18 -0700)
commit2ace7e55a2b3bdf6a373e5809459a720f71851cf
treea8ad15f1d800df23bfcd60c0e3f0257cbd4f69a6
parent6a80e088c70b88f844ed90b78f4ce987c43ec522
target-alpha: Implement more CALL_PAL values inline.

In particular, SWPIPL is used quite a lot by the Linux kernel.
Doing this inline makes it significantly easier to step through
without the debugger getting confused by the mode switch.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/translate.c