mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
JitArm64: Check Exceptions on mtmsr.
This commit is contained in:
parent
782c68cf00
commit
95ebb2991f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void JitArm64::mtmsr(UGeckoInstruction inst)
|
|||
gpr.Flush(FlushMode::FLUSH_ALL);
|
||||
fpr.Flush(FlushMode::FLUSH_ALL);
|
||||
|
||||
WriteExit(js.compilerPC + 4);
|
||||
WriteExceptionExit(js.compilerPC + 4, true);
|
||||
}
|
||||
|
||||
void JitArm64::mfmsr(UGeckoInstruction inst)
|
||||
|
|
Loading…
Add table
Reference in a new issue