aboutsummaryrefslogtreecommitdiff
path: root/src/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.c')
-rw-r--r--src/exception.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.c b/src/exception.c
index 33e3869..3d43f99 100644
--- a/src/exception.c
+++ b/src/exception.c
@@ -34,6 +34,6 @@ void raise_exception(uint32_t type, const char *msg)
longjmp(e->jmpbuf, type);
}
}
- PLATFORM_FATAL_ERROR(type);
+ abort();
}