mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-13 01:29:57 +00:00
The rk65c02_exec should return immediately after hitting breakpoint.
This commit is contained in:
parent
3286891ea8
commit
6afb4531d5
@ -96,6 +96,7 @@ rk65c02_exec(rk65c02emu_t *e)
|
||||
if (debug_PC_is_breakpoint(e)) {
|
||||
e->state = STOPPED;
|
||||
e->stopreason = BREAKPOINT;
|
||||
return;
|
||||
}
|
||||
|
||||
/* if disassembly-when-running enabled */
|
||||
|
Loading…
Reference in New Issue
Block a user