summaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/crt0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/crt0.s b/interface/crt0.s
index 9ef2a67..26ad47c 100644
--- a/interface/crt0.s
+++ b/interface/crt0.s
@@ -31,7 +31,7 @@ call main
# push exit code and pass to _exit syscall
push %eax
-call _exit
+call exit
# this should never be reached!
.wait: