add panic comment

This commit is contained in:
dankeyy 2023-03-11 23:22:39 +02:00
parent ffa26e0243
commit a59d65ff86
No known key found for this signature in database
GPG key ID: 9EBEF7DB1A70533D

View file

@ -30,7 +30,8 @@ void roc_dealloc(void *ptr, unsigned int alignment)
__attribute__((noreturn)) void roc_panic(void *ptr, unsigned int alignment)
{
// TODO
// TODO throw a RuntimeException from JNI
exit(0);
}