1
0
Fork 0

Fix issue with debugger not executing dosbox callbacks in stepover

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4025
This commit is contained in:
Sjoerd van der Berg 2017-07-02 08:23:47 +00:00
parent dc5b586c28
commit cbab462c97

View file

@ -1734,8 +1734,8 @@ Bit32u DEBUG_CheckKeys(void) {
// ensure all breakpoints are activated
CBreakpoint::ActivateBreakpoints();
return 0;
skipDraw = true;
break;
}
// If we aren't stepping over something, do a normal step.
// NB: Fall-through