aboutsummaryrefslogtreecommitdiff
path: root/sys/rt/amd64/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rt/amd64/crtn.s')
-rw-r--r--sys/rt/amd64/crtn.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/rt/amd64/crtn.s b/sys/rt/amd64/crtn.s
deleted file mode 100644
index 45d1a29..0000000
--- a/sys/rt/amd64/crtn.s
+++ /dev/null
@@ -1,9 +0,0 @@
-section .init
- ;; compiler inserts here
- pop rbp ;; undo our push
- ret
-
-section .fini
- ;; compiler inserts here
- pop rbp ;; undo our push
- ret