Provide a default symbol for get_symbol_name
This commit is contained in:
parent
a0459df8d7
commit
a9444ec5e3
@ -35,4 +35,5 @@ void get_symbol_name(uintptr_t address, char* buffer)
|
||||
}
|
||||
address--;
|
||||
}
|
||||
strncpy(buffer, "(no symbol)", 12);
|
||||
}
|
Loading…
Reference in New Issue
Block a user