align stack properly for calling global ctors/dtors on x86[_64]
[musl] / crt / x86_64 / crtn.s
index 055451e..29198b7 100644 (file)
@@ -1,5 +1,7 @@
 .section .init
+       pop %rax
        ret
 
 .section .fini
+       pop %rax
        ret