diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-21 22:27:35 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-21 22:27:35 -0500 |
commit | 8cd48f0965c8b362ae21ec93528ba64a25a18b7f (patch) | |
tree | 9f789bd32a5999d0b528d06c6c9f40e5d8d0e5d4 /crt/i386 | |
parent | e2ee1bdd8df7637267f5daae74e2849f77751f6e (diff) | |
download | musl-8cd48f0965c8b362ae21ec93528ba64a25a18b7f.tar.gz |
cleanup comment cruft in startup code
Diffstat (limited to 'crt/i386')
-rw-r--r-- | crt/i386/crt1.s | 1 |
1 files changed, 0 insertions, 1 deletions
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 |