mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fix typo, ARM build.
This commit is contained in:
parent
0ba988d14e
commit
9a707f6c00
@ -372,7 +372,7 @@ void Jit::Comp_JumpReg(MIPSOpcode op)
|
||||
return;
|
||||
}
|
||||
MIPSGPReg rs = _RS;
|
||||
MIPSGPReg rd = _RD:
|
||||
MIPSGPReg rd = _RD;
|
||||
|
||||
MIPSOpcode delaySlotOp = Memory::Read_Instruction(js.compilerPC + 4);
|
||||
bool delaySlotIsNice = IsDelaySlotNiceReg(op, delaySlotOp, rs);
|
||||
|
Loading…
Reference in New Issue
Block a user