diff options
Diffstat (limited to 'libc-top-half/musl/crt/aarch64/crtn.s')
-rw-r--r-- | libc-top-half/musl/crt/aarch64/crtn.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc-top-half/musl/crt/aarch64/crtn.s b/libc-top-half/musl/crt/aarch64/crtn.s new file mode 100644 index 0000000..73cab69 --- /dev/null +++ b/libc-top-half/musl/crt/aarch64/crtn.s @@ -0,0 +1,7 @@ +.section .init + ldp x29,x30,[sp],#16 + ret + +.section .fini + ldp x29,x30,[sp],#16 + ret |