mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
better failure reporting
This commit is contained in:
parent
34675f0cb7
commit
963e286f49
9 changed files with 184 additions and 63 deletions
|
|
@ -27,4 +27,6 @@ char *get_public_name(bytefile *f, size_t i);
|
|||
/* Gets an offset for a public symbol */
|
||||
size_t get_public_offset(bytefile *f, size_t i);
|
||||
|
||||
void exec_failure(const char *cmd, int line, aint offset, const char *msg);
|
||||
|
||||
// ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue