mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@848 be3aeb3a-fb24-0410-a615-afba39da0efa
4 lines
165 B
C
4 lines
165 B
C
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)
|