X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=crt%2Fi386%2Fcrt1.s;h=3e88c7850635c7e5511bc2ac7dac7e8025b53e86;hb=afade2356ea148e715307be8f7334b790282341e;hp=4d5f572fee958e11736f54218981b5443274e898;hpb=e2ee1bdd8df7637267f5daae74e2849f77751f6e;p=musl 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