Get tests passing

Add roc_dbg to some platforms.
Also start updating some roc_panic impls.
This commit is contained in:
Brendan Hansknecht 2023-11-29 16:18:22 -08:00
parent e6cc43492a
commit f5fb01fd53
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
17 changed files with 191 additions and 47 deletions

View file

@ -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)