mirror of
https://github.com/fluencelabs/musl
synced 2025-05-18 10:11:30 +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
|