Add missing field for breakpoints

This commit is contained in:
Jeffrey Pfau 2013-04-14 02:54:58 -07:00
parent 81909bed56
commit d7ff6aa14b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ struct ARMDebugger {
struct ARMCore* cpu;
char* lastCommand;
struct DebugBreakpoint* breakpoints;
};
void ARMDebuggerInit(struct ARMDebugger*, struct ARMCore*);