7 lines
68 B
ArmAsm
7 lines
68 B
ArmAsm
.text
|
|
.extern __chmod
|
|
.globl _chmod
|
|
.balign 2
|
|
|
|
_chmod:
|
|
jmp __chmod
|