align stack properly for calling global ctors/dtors on x86[_64]
[musl] / crt / i386 / crtn.s
index 055451e..f3b61e0 100644 (file)
@@ -1,5 +1,7 @@
 .section .init
 .section .init
+       add $12,%esp
        ret
 
 .section .fini
        ret
 
 .section .fini
+       add $12,%esp
        ret
        ret