summaryrefslogblamecommitdiff
path: root/crt/arm/crtn.s
blob: b3eca856f0d1ac72cfdd775e5b57444a972ce8c8 (plain) (tree)
1
2
3
4
5
6
7
              
                   


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

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