Forgot to add to JitArm64.
Also adds DCBZOFF to JitArm64.
This commit is contained in:
parent
548e2d6353
commit
9c4621d2b5
|
@ -655,7 +655,10 @@ void JitArm64::dcbz(UGeckoInstruction inst)
|
||||||
{
|
{
|
||||||
INSTRUCTION_START
|
INSTRUCTION_START
|
||||||
JITDISABLE(bJITLoadStoreOff);
|
JITDISABLE(bJITLoadStoreOff);
|
||||||
|
if (SConfig::GetInstance().bDCBZOFF)
|
||||||
|
return;
|
||||||
FALLBACK_IF(jo.memcheck);
|
FALLBACK_IF(jo.memcheck);
|
||||||
|
FALLBACK_IF(SConfig::GetInstance().bLowDCBZHack);
|
||||||
|
|
||||||
int a = inst.RA, b = inst.RB;
|
int a = inst.RA, b = inst.RB;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue