clarify the purpose of this project
[nyanglibc.git] / stdlib / at_quick_exit.nonshared.s
blobcdce04c9d72eb52493508a4d8805576178fac06f
1 .text
2 .p2align 4,,15
3 .globl at_quick_exit
4 .hidden at_quick_exit
5 .type at_quick_exit, @function
6 at_quick_exit:
7 movq __dso_handle(%rip), %rsi
8 jmp __cxa_at_quick_exit@PLT
9 .size at_quick_exit, .-at_quick_exit
10 .hidden __dso_handle