]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/crt/mips/crtn.s
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / crt / mips / crtn.s
1 .set noreorder
2
3 .section .init
4 lw $gp,24($sp)
5 lw $ra,28($sp)
6 j $ra
7 addu $sp,$sp,32
8
9 .section .fini
10 lw $gp,24($sp)
11 lw $ra,28($sp)
12 j $ra
13 addu $sp,$sp,32