X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=crt%2Fx86_64%2Fcrtn.s;h=29198b77514e5a9db31ea0e665a09ad0624f4ac5;hp=055451ed44581c34d228947382b1c5bd98c0fdfa;hb=a6d272127bb6a2eb09dc182cc39c49e77310ade4;hpb=44b4d09fc0626541ca12cf96f65adc21ab1fc413 diff --git a/crt/x86_64/crtn.s b/crt/x86_64/crtn.s index 055451ed..29198b77 100644 --- a/crt/x86_64/crtn.s +++ b/crt/x86_64/crtn.s @@ -1,5 +1,7 @@ .section .init + pop %rax ret .section .fini + pop %rax ret