Add missing field for breakpoints
This commit is contained in:
parent
81909bed56
commit
d7ff6aa14b
@ -12,6 +12,7 @@ struct ARMDebugger {
|
||||
struct ARMCore* cpu;
|
||||
|
||||
char* lastCommand;
|
||||
struct DebugBreakpoint* breakpoints;
|
||||
};
|
||||
|
||||
void ARMDebuggerInit(struct ARMDebugger*, struct ARMCore*);
|
||||
|
Loading…
x
Reference in New Issue
Block a user