summaryrefslogtreecommitdiffstats
path: root/lib/crt/x86_64/crtn.s
blob: 9e31c238909fae502297aaeb31475f919065b2b2 (plain) (blame)
1
2
3
4
5
6
7
.section .init
    popq %rbp
    ret

.section .fini
    popq %rbp
    ret