Update crti & crtn

This commit is contained in:
Alex
2022-11-10 19:54:23 +02:00
parent 5800db45d6
commit 0052eac96a
4 changed files with 20 additions and 0 deletions

7
libc/runtime/crtn.S Normal file
View File

@@ -0,0 +1,7 @@
.section .init
popq %rbp
ret
.section .fini
popq %rbp
ret