aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/crt/crtn.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libc/crt/crtn.asm')
-rw-r--r--libs/libc/crt/crtn.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/libc/crt/crtn.asm b/libs/libc/crt/crtn.asm
new file mode 100644
index 0000000..a593ab0
--- /dev/null
+++ b/libs/libc/crt/crtn.asm
@@ -0,0 +1,7 @@
+section .init
+ pop ebp
+ ret
+
+section .fini
+ pop ebp
+ ret