diff options
Diffstat (limited to 'crt/x32/crtn.s')
-rw-r--r-- | crt/x32/crtn.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crt/x32/crtn.s b/crt/x32/crtn.s new file mode 100644 index 00000000..29198b77 --- /dev/null +++ b/crt/x32/crtn.s @@ -0,0 +1,7 @@ +.section .init + pop %rax + ret + +.section .fini + pop %rax + ret |