diff options
Diffstat (limited to 'arch/x86_64/src/boot/crtn.s')
| -rw-r--r-- | arch/x86_64/src/boot/crtn.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86_64/src/boot/crtn.s b/arch/x86_64/src/boot/crtn.s deleted file mode 100644 index 06fb7ce..0000000 --- a/arch/x86_64/src/boot/crtn.s +++ /dev/null @@ -1,9 +0,0 @@ -.code64 - -.section .init - popq %rbp - ret - -.section .fini - popq %rbp - ret |
