mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
allow to add symbols for host_dasm
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@848 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b2c5ee473d
commit
e8fc349e71
2 changed files with 69 additions and 21 deletions
|
@ -1,2 +1,4 @@
|
|||
void host_dasm(void *addr, int len);
|
||||
|
||||
void host_dasm_new_symbol_(void *addr, const char *name);
|
||||
#define host_dasm_new_symbol(sym) \
|
||||
host_dasm_new_symbol_(sym, #sym)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue