mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target/hppa: Add control registers
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
33423472f0
commit
35136a77cb
7 changed files with 77 additions and 40 deletions
|
@ -33,7 +33,7 @@ static inline void cpu_clone_regs(CPUHPPAState *env, target_ulong newsp)
|
|||
|
||||
static inline void cpu_set_tls(CPUHPPAState *env, target_ulong newtls)
|
||||
{
|
||||
env->cr27 = newtls;
|
||||
env->cr[27] = newtls;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue