X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=crt%2Fi386%2Fcrt1.s;h=3e88c7850635c7e5511bc2ac7dac7e8025b53e86;hb=ca52e347673126956a4f21247d8a551ea668f61f;hp=8702052a75f330f4985e1a70e9af241a5e55884d;hpb=ba68efc921578438db5ab263edd2e9c4654bb412;p=musl diff --git a/crt/i386/crt1.s b/crt/i386/crt1.s index 8702052a..3e88c785 100644 --- a/crt/i386/crt1.s +++ b/crt/i386/crt1.s @@ -12,6 +12,7 @@ _start: pushl %ebp pushl %eax pushl %ecx - pushl $main + call 1f +1: addl $[main-.],(%esp) call __libc_start_main -.L0: jmp .L0 +1: jmp 1b