mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
[ARM] Renables load instructions with update.
This commit is contained in:
parent
988544389a
commit
dcf74ef2b3
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue