From 59894afa1bc0f4efc85917710adf2e93d7e17a5e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 7 Feb 2021 16:58:48 +0100 Subject: Added poll syscall --- libc/crt/crt0.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/crt/crt0.asm') diff --git a/libc/crt/crt0.asm b/libc/crt/crt0.asm index 006bcb2..a0621ff 100644 --- a/libc/crt/crt0.asm +++ b/libc/crt/crt0.asm @@ -10,6 +10,6 @@ _start: call main push eax - push 7 + push 8 call sys1 jmp $ -- cgit v1.2.3