diff options
author | Richard Henderson <rth@twiddle.net> | 2011-04-18 14:07:59 -0700 |
---|---|---|
committer | Richard Henderson <rth@anchor.twiddle.net> | 2011-05-31 10:18:05 -0700 |
commit | 21d2beaaef6f99f14022fad98fe2ab189fc1c657 (patch) | |
tree | 0e4234ceaffc2be01402835667fea1d31354def2 /target-alpha/cpu.h | |
parent | 3a6fa678bf67d94e7b07a42de5b2f66a2fb1c635 (diff) |
target-alpha: Swap shadow registers moving to/from PALmode.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-alpha/cpu.h')
-rw-r--r-- | target-alpha/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index d1ef04d1b5..c1546f8186 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -416,6 +416,7 @@ void do_interrupt (CPUState *env); uint64_t cpu_alpha_load_fpcr (CPUState *env); void cpu_alpha_store_fpcr (CPUState *env, uint64_t val); +extern void swap_shadow_regs(CPUState *env); static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc, target_ulong *cs_base, int *flags) |