commit | 2ace7e55a2b3bdf6a373e5809459a720f71851cf | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon May 23 13:09:00 2011 -0700 |
committer | Richard Henderson <rth@anchor.twiddle.net> | Tue May 31 10:18:06 2011 -0700 |
tree | a8ad15f1d800df23bfcd60c0e3f0257cbd4f69a6 | |
parent | 6a80e088c70b88f844ed90b78f4ce987c43ec522 [diff] |
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>