summaryrefslogtreecommitdiff
path: root/crt/aarch64/crtn.s
blob: 73cab6926bf5849718f8908211b4bc797823a7f2 (plain) (blame)
1
2
3
4
5
6
7
.section .init
	ldp x29,x30,[sp],#16
	ret

.section .fini
	ldp x29,x30,[sp],#16
	ret