about summary refs log tree commit diff
path: root/crt/x86_64/crti.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/x86_64/crti.s')
-rw-r--r--crt/x86_64/crti.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/crt/x86_64/crti.s b/crt/x86_64/crti.s
index 2eb23ed5..4788968b 100644
--- a/crt/x86_64/crti.s
+++ b/crt/x86_64/crti.s
@@ -1,7 +1,9 @@
 .section .init
 .global _init
 _init:
+	push %rax
 
 .section .fini
 .global _fini
 _fini:
+	push %rax