mirror of
https://github.com/fluencelabs/musl
synced 2025-05-29 23:51:34 +00:00
10 lines
93 B
ArmAsm
10 lines
93 B
ArmAsm
|
.section .init
|
||
|
tst lr,#1
|
||
|
moveq pc,lr
|
||
|
bx lr
|
||
|
|
||
|
.section .fini
|
||
|
tst lr,#1
|
||
|
moveq pc,lr
|
||
|
bx lr
|