diff options
Diffstat (limited to 'libc-top-half/musl/crt/x86_64/crtn.s')
-rw-r--r-- | libc-top-half/musl/crt/x86_64/crtn.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc-top-half/musl/crt/x86_64/crtn.s b/libc-top-half/musl/crt/x86_64/crtn.s new file mode 100644 index 0000000..29198b7 --- /dev/null +++ b/libc-top-half/musl/crt/x86_64/crtn.s @@ -0,0 +1,7 @@ +.section .init + pop %rax + ret + +.section .fini + pop %rax + ret |