mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
JitArm64: Check Exceptions on mtmsr.
This commit is contained in:
@ -57,7 +57,7 @@ void JitArm64::mtmsr(UGeckoInstruction inst)
|
|||||||
gpr.Flush(FlushMode::FLUSH_ALL);
|
gpr.Flush(FlushMode::FLUSH_ALL);
|
||||||
fpr.Flush(FlushMode::FLUSH_ALL);
|
fpr.Flush(FlushMode::FLUSH_ALL);
|
||||||
|
|
||||||
WriteExit(js.compilerPC + 4);
|
WriteExceptionExit(js.compilerPC + 4, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void JitArm64::mfmsr(UGeckoInstruction inst)
|
void JitArm64::mfmsr(UGeckoInstruction inst)
|
||||||
|
Reference in New Issue
Block a user