mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04: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:
parent
e708403e97
commit
efd100fc0a
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