X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=crt%2Fx86_64%2Fcrti.s;h=4788968b2202379034da35d9a259aa86f2997549;hb=f18846dd3a048598676e10b2a7b9f931bb3d1d6a;hp=2eb23ed5884155d0bbe795a2b60a2c2c2bb39950;hpb=4ce3cb5cddda7b4ee9643e1f75ee5b8f1f191906;p=musl diff --git a/crt/x86_64/crti.s b/crt/x86_64/crti.s index 2eb23ed5..4788968b 100644 --- a/crt/x86_64/crti.s +++ b/crt/x86_64/crti.s @@ -1,7 +1,9 @@ .section .init .global _init _init: + push %rax .section .fini .global _fini _fini: + push %rax