cleanup comment cruft in startup code
authorRich Felker <dalias@aerifal.cx>
Tue, 22 Feb 2011 03:27:35 +0000 (22:27 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 22 Feb 2011 03:27:35 +0000 (22:27 -0500)
crt/i386/crt1.s

index 4d5f572..3e88c78 100644 (file)
@@ -14,6 +14,5 @@ _start:
        pushl %ecx
        call 1f
 1:     addl $[main-.],(%esp)
-       //pushl $main
        call __libc_start_main
 1:     jmp 1b