mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
[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…
x
Reference in New Issue
Block a user