Skip to content
Permalink
Browse files
Merge pull request #6553 from JMC47/mtmsrfix2
Fix JIT64 mtsmsr issue after PIE support again.
  • Loading branch information
degasus committed Mar 28, 2018
2 parents 10f198f + 3cd9465 commit 62e9468
Showing 1 changed file with 1 addition and 1 deletion.
@@ -407,7 +407,7 @@ void Jit64::mtmsr(UGeckoInstruction inst)

TEST(32, PPCSTATE(Exceptions),
Imm32(EXCEPTION_EXTERNAL_INT | EXCEPTION_PERFORMANCE_MONITOR | EXCEPTION_DECREMENTER));
FixupBranch noExceptionsPending = J_CC(CC_Z);
FixupBranch noExceptionsPending = J_CC(CC_Z, true);

// Check if a CP interrupt is waiting and keep the GPU emulation in sync (issue 4336)
MOV(64, R(RSCRATCH), ImmPtr(&ProcessorInterface::m_InterruptCause));

0 comments on commit 62e9468

Please sign in to comment.