cleanup comment cruft in startup code

This commit is contained in:
Rich Felker 2011-02-21 22:27:35 -05:00
parent e2ee1bdd8d
commit 8cd48f0965
1 changed files with 0 additions and 1 deletions

View File

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