mirror of
https://github.com/fluencelabs/musl
synced 2025-06-06 03:21:36 +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
|