Zero out the skip bp

Fixes #1453
This commit is contained in:
NZJenkins 2016-07-12 17:51:56 +12:00
parent 91eccb7bab
commit b491f5cdc5
1 changed files with 1 additions and 0 deletions

View File

@ -619,6 +619,7 @@ void DisassemblyDialog::setDebugMode(bool debugMode, bool switchPC)
if (currentCpu != NULL)
currentCpu->getDisassembly()->SetFocus();
CBreakPoints::SetBreakpointTriggered(false);
CBreakPoints::SetSkipFirst(0);
}
if (currentCpu != NULL)