Skip to content

Commit

Permalink
target-alpha: Fix RDUSP
Browse files Browse the repository at this point in the history
Commit 06ef860 contained a typo.

Signed-off-by: Richard Henderson <[email protected]>
  • Loading branch information
rth7680 committed May 3, 2014
1 parent fdaad47 commit 214bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-alpha/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 214bb28

Please sign in to comment.