mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 06:18:03 +03:00
Merge pull request #1106 from FioraAeterna/fixdebug2
JIT: fix debug mode
This commit is contained in:
commit
a8abbdae85
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void Jit64AsmRoutineManager::Generate()
|
||||||
ABI_CallFunction(reinterpret_cast<void *>(&PowerPC::CheckBreakPoints));
|
ABI_CallFunction(reinterpret_cast<void *>(&PowerPC::CheckBreakPoints));
|
||||||
ABI_PopRegistersAndAdjustStack(0, 0);
|
ABI_PopRegistersAndAdjustStack(0, 0);
|
||||||
TEST(32, M((void*)PowerPC::GetStatePtr()), Imm32(0xFFFFFFFF));
|
TEST(32, M((void*)PowerPC::GetStatePtr()), Imm32(0xFFFFFFFF));
|
||||||
dbg_exit = J_CC(CC_NZ);
|
dbg_exit = J_CC(CC_NZ, true);
|
||||||
SetJumpTarget(notStepping);
|
SetJumpTarget(notStepping);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue