mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Get tests passing
Add roc_dbg to some platforms. Also start updating some roc_panic impls.
This commit is contained in:
parent
e6cc43492a
commit
f5fb01fd53
17 changed files with 191 additions and 47 deletions
|
@ -132,6 +132,8 @@ void roc_panic(void* msg, unsigned int panic_tag)
|
|||
exit(101);
|
||||
}
|
||||
|
||||
void roc_debug(void* loc, void* msg) {}
|
||||
|
||||
//--------------------------
|
||||
|
||||
void *roc_memset(void *str, int c, size_t n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue