diff options
author | Marvin Borner | 2021-03-13 00:38:36 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-13 00:40:23 +0100 |
commit | 606774e6b0e0a2d36139983b85c8675b2228a9ff (patch) | |
tree | 72a8ba13668ac0a91ac3871b08c1882ce43f7580 /libc/crt | |
parent | e8f17844d05fdc0e44d3793dc73996c7c09e44d6 (diff) |
Fixed test suite
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 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 $ |