mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-13 01:29:57 +00:00
Add missing prototype of debug_breakpoint_remove to include file.
This commit is contained in:
parent
ea5c09d7c0
commit
3286891ea8
@ -8,5 +8,7 @@
|
||||
|
||||
bool debug_PC_is_breakpoint(rk65c02emu_t *);
|
||||
bool debug_breakpoint_add(rk65c02emu_t *, uint16_t);
|
||||
bool debug_breakpoint_remove(rk65c02emu_t *, uint16_t);
|
||||
|
||||
#endif /* _DEBUG_H_ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user