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:
parent
dc5b586c28
commit
cbab462c97
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue