]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/crt/arm/crtn.s
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / crt / arm / crtn.s
1 .syntax unified
2
3 .section .init
4 pop {r0,lr}
5 bx lr
6
7 .section .fini
8 pop {r0,lr}
9 bx lr