JitArm64: Check Exceptions on mtmsr.

This commit is contained in:
degasus 2016-05-14 01:28:22 +02:00
parent 782c68cf00
commit 95ebb2991f
1 changed files with 1 additions and 1 deletions

View File

@ -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)