mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
JitArm64: Fix LWZ idle skipping.
This commit is contained in:
parent
c24c278ce9
commit
c5b0dc98c2
@ -467,15 +467,13 @@ void JitArm64::lXX(UGeckoInstruction inst)
|
||||
MOVI2R(XA, (u64)&CoreTiming::Idle);
|
||||
BLR(XA);
|
||||
|
||||
gpr.Unlock(WA);
|
||||
WriteExceptionExit();
|
||||
MOVI2R(WA, js.compilerPC);
|
||||
|
||||
WriteExceptionExit(WA);
|
||||
|
||||
SwitchToNearCode();
|
||||
|
||||
SetJumpTarget(noIdle);
|
||||
|
||||
//js.compilerPC += 8;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user