summaryrefslogtreecommitdiff
path: root/crt/x86_64/crtn.s
blob: 29198b77514e5a9db31ea0e665a09ad0624f4ac5 (plain) (blame)
1
2
3
4
5
6
7
.section .init
	pop %rax
	ret

.section .fini
	pop %rax
	ret