mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 08:44:08 +03:00
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
|