We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461f697 commit 18c17cdCopy full SHA for 18c17cd
1 file changed
platforms/shared/desktop/emu.cpp
@@ -1178,7 +1178,7 @@ static void debug_step_instruction(void)
1178
1179
emu_debug_halt_step_frames_pending = 0;
1180
1181
- if (processor->Halted() || (emu_get_core()->GetMemory()->Read(pc) == 0x76))
+ if (processor->Halted() || (emu_get_core()->GetMemory()->DebugRetrieve(pc) == 0x76))
1182
{
1183
processor->AddRunToBreakpoint(pc + 1);
1184
emu_debug_halt_step_frames_pending = kDebugHaltStepMaxFrames;
0 commit comments