Initialize breakpoints

This commit is contained in:
Jeffrey Pfau 2013-04-14 03:49:48 -07:00
parent 82a4fa094b
commit 1d445958c9
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ void ARMDebuggerInit(struct ARMDebugger* debugger, struct ARMCore* cpu) {
debugger->cpu = cpu;
debugger->state = DEBUGGER_PAUSED;
debugger->lastCommand = 0;
debugger->breakpoints = 0;
}
void ARMDebuggerRun(struct ARMDebugger* debugger) {