7 lines
80 B
ArmAsm
7 lines
80 B
ArmAsm
.text
|
|
.extern __readlink
|
|
.globl _readlink
|
|
.balign 2
|
|
|
|
_readlink:
|
|
jmp __readlink
|