mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
OK, this is needed (was crashing DSPSpy)
This commit is contained in:
parent
f316c856f2
commit
39c184c3d4
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ void DSPEmitter::checkExceptions(u16 retval)
|
||||||
TEST(8, R(ABI_RETURN), R(ABI_RETURN));
|
TEST(8, R(ABI_RETURN), R(ABI_RETURN));
|
||||||
MOV(16, R(EAX), Imm16(retval));
|
MOV(16, R(EAX), Imm16(retval));
|
||||||
J_CC(CC_NZ, m_return_dispatcher);
|
J_CC(CC_NZ, m_return_dispatcher);
|
||||||
m_gpr.LoadRegs(false); // TODO: Does this still make sense?
|
m_gpr.LoadRegs(true);
|
||||||
m_gpr.FlushRegs(c, false);
|
m_gpr.FlushRegs(c, true);
|
||||||
|
|
||||||
SetJumpTarget(skipCheck2);
|
SetJumpTarget(skipCheck2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue