From 2d60483b6aa2026b7e56b9adfaf68ffb54dd03c7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 3 Jan 2004 05:54:49 +0000 Subject: oops --- libc/sysdeps/linux/i386/clone.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S index d918fc444..dd39015fb 100644 --- a/libc/sysdeps/linux/i386/clone.S +++ b/libc/sysdeps/linux/i386/clone.S @@ -51,12 +51,6 @@ __clone: /* Sanity check arguments. */ movl $-EINVAL,%eax - test %ecx,%ecx - call .Lclone_error - - test %edx,%edx - call .Lclone_error - movl FUNC(%esp),%ecx /* no NULL function pointers */ #ifdef __PIC__ jecxz .Lclone_error -- cgit v1.2.3