mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-16 01:21:16 +00:00
JIT: fix running in debug mode
Regression in 7fb6628.
This commit is contained in:
parent
0926f1d344
commit
0af1352020
@ -25,7 +25,7 @@ void Jit64AsmRoutineManager::Generate()
|
||||
|
||||
const u8* outerLoop = GetCodePtr();
|
||||
ABI_CallFunction(reinterpret_cast<void *>(&CoreTiming::Advance));
|
||||
FixupBranch skipToRealDispatch = J(); //skip the sync and compare first time
|
||||
FixupBranch skipToRealDispatch = J(Core::g_CoreStartupParameter.bEnableDebugging); //skip the sync and compare first time
|
||||
|
||||
dispatcher = GetCodePtr();
|
||||
// The result of slice decrementation should be in flags if somebody jumped here
|
||||
|
Loading…
x
Reference in New Issue
Block a user