summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/crt/i386/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/crt/i386/crtn.s')
-rw-r--r--libc-top-half/musl/crt/i386/crtn.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc-top-half/musl/crt/i386/crtn.s b/libc-top-half/musl/crt/i386/crtn.s
new file mode 100644
index 0000000..f3b61e0
--- /dev/null
+++ b/libc-top-half/musl/crt/i386/crtn.s
@@ -0,0 +1,7 @@
+.section .init
+ add $12,%esp
+ ret
+
+.section .fini
+ add $12,%esp
+ ret