mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
sc instruction: Make sure the rt register is mapped. Fixes Beats.
This commit is contained in:
parent
57edb9f78a
commit
accd9b1f2c
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ namespace MIPSComp {
|
||||||
skipStore = J_CC(CC_NE);
|
skipStore = J_CC(CC_NE);
|
||||||
|
|
||||||
CompITypeMemWrite(op, 32, safeMemFuncs.writeU32);
|
CompITypeMemWrite(op, 32, safeMemFuncs.writeU32);
|
||||||
|
gpr.MapReg(rt, true, true);
|
||||||
MOV(32, gpr.R(rt), Imm32(1));
|
MOV(32, gpr.R(rt), Imm32(1));
|
||||||
finish = J();
|
finish = J();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue