aboutsummaryrefslogtreecommitdiff
path: root/sys/rt/amd64/rtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rt/amd64/rtn.s')
-rw-r--r--sys/rt/amd64/rtn.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/rt/amd64/rtn.s b/sys/rt/amd64/rtn.s
new file mode 100644
index 0000000..29198b7
--- /dev/null
+++ b/sys/rt/amd64/rtn.s
@@ -0,0 +1,7 @@
+.section .init
+ pop %rax
+ ret
+
+.section .fini
+ pop %rax
+ ret