X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=crt%2Fx86_64%2Fcrtn.s;h=29198b77514e5a9db31ea0e665a09ad0624f4ac5;hb=780cbbe63ad9e60ef30dbcb2d74271e899dae245;hp=055451ed44581c34d228947382b1c5bd98c0fdfa;hpb=4ce3cb5cddda7b4ee9643e1f75ee5b8f1f191906;p=musl 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