mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
target-alpha: Fix RDUSP
Commit 06ef8604e9
contained a typo.
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
fdaad4715a
commit
214bb280c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue