mirror of git://git.musl-libc.org/musl
14 lines
159 B
ArmAsm
14 lines
159 B
ArmAsm
|
.set noreorder
|
||
|
|
||
|
.section .init
|
||
|
lw $gp,24($sp)
|
||
|
lw $ra,28($sp)
|
||
|
j $ra
|
||
|
addu $sp,$sp,32
|
||
|
|
||
|
.section .fini
|
||
|
lw $gp,24($sp)
|
||
|
lw $ra,28($sp)
|
||
|
j $ra
|
||
|
addu $sp,$sp,32
|