[ARM] Renables load instructions with update.
This commit is contained in:
parent
988544389a
commit
dcf74ef2b3
|
@ -403,12 +403,6 @@ void JitArm::lXX(UGeckoInstruction inst)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (update)
|
|
||||||
{
|
|
||||||
Default(inst);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check for exception before loading
|
// Check for exception before loading
|
||||||
ARMReg rA = gpr.GetReg(false);
|
ARMReg rA = gpr.GetReg(false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue