mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +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);
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue