fix a buffer overflow
[libpicofe.git] / linux / host_dasm.h
... / ...
CommitLineData
1void host_dasm(void *addr, int len);
2void host_dasm_new_symbol_(void *addr, const char *name);
3#define host_dasm_new_symbol(sym) \
4 host_dasm_new_symbol_(sym, #sym)