From 606774e6b0e0a2d36139983b85c8675b2228a9ff Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 13 Mar 2021 00:38:36 +0100 Subject: Fixed test suite --- libc/crt/crt0.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/crt') 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 $ -- cgit v1.2.3