summaryrefslogtreecommitdiff
path: root/rt/abort.ha
diff options
context:
space:
mode:
Diffstat (limited to 'rt/abort.ha')
-rw-r--r--rt/abort.ha3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/abort.ha b/rt/abort.ha
new file mode 100644
index 0000000..dbe5d76
--- /dev/null
+++ b/rt/abort.ha
@@ -0,0 +1,3 @@
+export @noreturn fn abort_fixed() void = {
+ halt();
+};