Fix typo, ARM build.

This commit is contained in:
Unknown W. Brackets 2013-10-17 15:28:50 -07:00
parent 0ba988d14e
commit 9a707f6c00

View File

@ -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);