aboutsummaryrefslogtreecommitdiff
path: root/libc/crt/crt0.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libc/crt/crt0.asm')
-rw-r--r--libc/crt/crt0.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/crt/crt0.asm b/libc/crt/crt0.asm
index a0621ff..0f8024d 100644
--- a/libc/crt/crt0.asm
+++ b/libc/crt/crt0.asm
@@ -10,6 +10,6 @@ _start:
call main
push eax
- push 8
+ push 9
call sys1
jmp $