mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 03:02:38 +00:00
Merge pull request #6553 from JMC47/mtmsrfix2
Fix JIT64 mtsmsr issue after PIE support again.
This commit is contained in:
commit
62e946883c
@ -407,7 +407,7 @@ void Jit64::mtmsr(UGeckoInstruction inst)
|
|||||||
|
|
||||||
TEST(32, PPCSTATE(Exceptions),
|
TEST(32, PPCSTATE(Exceptions),
|
||||||
Imm32(EXCEPTION_EXTERNAL_INT | EXCEPTION_PERFORMANCE_MONITOR | EXCEPTION_DECREMENTER));
|
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)
|
// Check if a CP interrupt is waiting and keep the GPU emulation in sync (issue 4336)
|
||||||
MOV(64, R(RSCRATCH), ImmPtr(&ProcessorInterface::m_InterruptCause));
|
MOV(64, R(RSCRATCH), ImmPtr(&ProcessorInterface::m_InterruptCause));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user