summaryrefslogtreecommitdiff
path: root/service/arch/x86_64
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2025-01-23 00:24:57 +0000
committerAda Christine <adachristine18@gmail.com>2025-01-23 00:24:57 +0000
commitd855c0a219a180497c2e50f9bc19bfce69b937a6 (patch)
tree1ff8523d41b222fb356fb3404d2a53c26a7d6a3d /service/arch/x86_64
parentedd52bd1464ee9ae4f0cdf7ff90a20ca175580fe (diff)
it printfs with the efi interface
Diffstat (limited to 'service/arch/x86_64')
-rw-r--r--service/arch/x86_64/rtld_link.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/arch/x86_64/rtld_link.S b/service/arch/x86_64/rtld_link.S
index 7300a18..9f86030 100644
--- a/service/arch/x86_64/rtld_link.S
+++ b/service/arch/x86_64/rtld_link.S
@@ -2,6 +2,8 @@
.extern kc_dynamic_link
+// TODO: investigate whether saving r9, r8, rcx and rdx is actually necessary here
+
.hidden _rtld_link
.global _rtld_link
.type _rtld_link, @function