提交 214bb280 编写于 作者: R Richard Henderson

target-alpha: Fix RDUSP

Commit 06ef8604 contained a typo.
Signed-off-by: NRichard Henderson <rth@twiddle.net>
上级 fdaad471
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册