mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-27 06:12:38 +01:00
allow to add symbols for host_dasm
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@848 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user