summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-16 21:08:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-16 21:08:36 +0000
commit8943c9559107e0a92acf54464352496403f52468 (patch)
treea8678b87b2379d673909becde37d3fc0aeeebca3 /libc/sysdeps/linux/i386
parent6c2ef877c35e16b59cd503de50fbcea5cb379285 (diff)
"I will always compile before I commit."
"I will always compile before I commit." "I will always compile before I commit." -Erik
Diffstat (limited to 'libc/sysdeps/linux/i386')
-rw-r--r--libc/sysdeps/linux/i386/crt0.S1
1 files changed, 1 insertions, 0 deletions
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)