diff options
Diffstat (limited to 'libc/crt')
-rw-r--r-- | libc/crt/crt0.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/crt/crt0.asm b/libc/crt/crt0.asm index 5e3080f..006bcb2 100644 --- a/libc/crt/crt0.asm +++ b/libc/crt/crt0.asm @@ -10,6 +10,6 @@ _start: call main push eax - push 6 + push 7 call sys1 jmp $ |