mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
JitArm64: Call dispatcher_no_check after CompileExceptionCheck
The flags are not set correctly for a call to the version of the dispatcher which does have a check. Jit64 uses dispatcher_no_check here.
This commit is contained in:
parent
2863b3ff5b
commit
0cebbb590e
@ -658,7 +658,7 @@ void JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC)
|
||||
MOVI2R(W0, static_cast<u32>(JitInterface::ExceptionType::PairedQuantize));
|
||||
MOVP2R(X1, &JitInterface::CompileExceptionCheck);
|
||||
BLR(X1);
|
||||
B(dispatcher);
|
||||
B(dispatcher_no_check);
|
||||
SwitchToNearCode();
|
||||
SetJumpTarget(no_fail);
|
||||
js.assumeNoPairedQuantize = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user