1
0
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:
Radosław Kujawa 2017-02-15 19:55:48 +01:00
parent ea5c09d7c0
commit 3286891ea8

View File

@ -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_ */