mirror of
git://git.musl-libc.org/musl
synced 2025-02-08 23:17:04 +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
|