This commit is contained in:
Empathic Qubit 2022-12-31 22:45:35 +01:00
parent 437a8accd3
commit 48d837a0af

View file

@ -145,7 +145,7 @@ void gdb_set_step_toggle(int (*func)(int set)) {
}
#endif
#ifdef DGB_SWBREAK
#ifdef DBG_SWBREAK
void gdb_set_swbreak_toggle(int (*func)(int set, void *addr)) {
_gdb_toggle_swbreak = func;
}