From 631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 20 Sep 2018 02:02:28 +0200 Subject: newlib and pipes --- interface/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface') diff --git a/interface/crt0.s b/interface/crt0.s index 9ef2a67..26ad47c 100644 --- a/interface/crt0.s +++ b/interface/crt0.s @@ -31,7 +31,7 @@ call main # push exit code and pass to _exit syscall push %eax -call _exit +call exit # this should never be reached! .wait: -- cgit v1.2.3