mirror of https://github.com/mgba-emu/mgba.git
Initialize breakpoints
This commit is contained in:
parent
82a4fa094b
commit
1d445958c9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue