summaryrefslogtreecommitdiff
path: root/crt/arm/crtn.s
blob: b3eca856f0d1ac72cfdd775e5b57444a972ce8c8 (plain) (blame)
1
2
3
4
5
6
7
.section .init
	pop {r0,lr}
	bx lr

.section .fini
	pop {r0,lr}
	bx lr