diff options
Diffstat (limited to 'crt/x86_64/crtn.s')
-rw-r--r-- | crt/x86_64/crtn.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crt/x86_64/crtn.s b/crt/x86_64/crtn.s index 055451ed..29198b77 100644 --- a/crt/x86_64/crtn.s +++ b/crt/x86_64/crtn.s @@ -1,5 +1,7 @@ .section .init + pop %rax ret .section .fini + pop %rax ret |