From 94de27efb7f9f97d162c1cd6b0a2bb89e3fe555f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 21 Aug 2020 23:08:16 +0200 Subject: Finished proper return of processes --- 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 4d473ec..5e3080f 100644 --- a/libc/crt/crt0.asm +++ b/libc/crt/crt0.asm @@ -9,7 +9,7 @@ global _start _start: call main - push edi + push eax push 6 call sys1 jmp $ -- cgit v1.2.3