summaryrefslogtreecommitdiff
path: root/interface/crt0.s
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-20 02:02:28 +0200
committerMiguel <m.i@gmx.at>2018-09-20 02:02:28 +0200
commit631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef (patch)
treed0cd13fcb6590c6d3bf88193ca344521ee3e3e78 /interface/crt0.s
parent1e08b64b43bf9c50b644da3f76d5a8bcc73f62da (diff)
newlib and pipes
Diffstat (limited to 'interface/crt0.s')
-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: