X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=crt%2Fi386%2Fcrt1.s;h=4d5f572fee958e11736f54218981b5443274e898;hp=050adec8840a3121cf33f490b3dc03465b748eaa;hb=e2ee1bdd8df7637267f5daae74e2849f77751f6e;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/crt/i386/crt1.s b/crt/i386/crt1.s index 050adec8..4d5f572f 100644 --- a/crt/i386/crt1.s +++ b/crt/i386/crt1.s @@ -8,10 +8,12 @@ _start: pushl %esp pushl %esp pushl %edx - pushl $0 - pushl $0 + pushl %ebp + pushl %ebp pushl %eax pushl %ecx - pushl $main + call 1f +1: addl $[main-.],(%esp) + //pushl $main call __libc_start_main -.L0: jmp .L0 +1: jmp 1b