From: Rich Felker Date: Tue, 22 Feb 2011 03:27:35 +0000 (-0500) Subject: cleanup comment cruft in startup code X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=8cd48f0965c8b362ae21ec93528ba64a25a18b7f;hp=e2ee1bdd8df7637267f5daae74e2849f77751f6e cleanup comment cruft in startup code --- diff --git a/crt/i386/crt1.s b/crt/i386/crt1.s index 4d5f572f..3e88c785 100644 --- a/crt/i386/crt1.s +++ b/crt/i386/crt1.s @@ -14,6 +14,5 @@ _start: pushl %ecx call 1f 1: addl $[main-.],(%esp) - //pushl $main call __libc_start_main 1: jmp 1b