mirror of https://github.com/xemu-project/xemu.git
Merge remote-tracking branch 'remotes/rth/tgt-axp' into staging
* remotes/rth/tgt-axp: target-alpha: Fix RDUSP Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
03e2bfee37
|
@ -1201,7 +1201,7 @@ static ExitStatus gen_call_pal(DisasContext *ctx, int palcode)
|
|||
break;
|
||||
case 0x3A:
|
||||
/* RDUSP */
|
||||
tcg_gen_st_i64(cpu_ir[IR_V0], cpu_env,
|
||||
tcg_gen_ld_i64(cpu_ir[IR_V0], cpu_env,
|
||||
offsetof(CPUAlphaState, usp));
|
||||
break;
|
||||
case 0x3C:
|
||||
|
|
Loading…
Reference in New Issue