[ARM] Renables load instructions with update.

This commit is contained in:
Ryan Houdek 2013-09-17 09:31:48 +00:00
parent 988544389a
commit dcf74ef2b3
1 changed files with 0 additions and 6 deletions

View File

@ -403,12 +403,6 @@ void JitArm::lXX(UGeckoInstruction inst)
break;
}
if (update)
{
Default(inst);
return;
}
// Check for exception before loading
ARMReg rA = gpr.GetReg(false);