mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target-alpha: Fix RDUSP
Commit 06ef8604e9 contained a typo.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user