refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / crt / arm / crtn.s
index 9d7107d..1b626c0 100644 (file)
@@ -1,9 +1,11 @@
 .section .init
+       pop {r0,lr}
        tst lr,#1
        moveq pc,lr
        bx lr
 
 .section .fini
+       pop {r0,lr}
        tst lr,#1
        moveq pc,lr
        bx lr