From 8943c9559107e0a92acf54464352496403f52468 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 16 Jan 2001 21:08:36 +0000 Subject: "I will always compile before I commit." "I will always compile before I commit." "I will always compile before I commit." -Erik --- libc/sysdeps/linux/i386/crt0.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/i386/crt0.S') diff --git a/libc/sysdeps/linux/i386/crt0.S b/libc/sysdeps/linux/i386/crt0.S index b9545d16d..1d01a5dcc 100644 --- a/libc/sysdeps/linux/i386/crt0.S +++ b/libc/sysdeps/linux/i386/crt0.S @@ -19,6 +19,7 @@ Cambridge, MA 02139, USA. */ /* Based on the code from GNU libc, but hacked up by John Beppu and Erik Andersen */ +/* When we enter this piece of code, the program stack looks like this: argc argument counter (integer) argv[0] program name (pointer) -- cgit v1.2.3