7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
.text
|
|
.extern __fchmod
|
|
.globl _fchmod
|
|
.balign 2
|
|
|
|
_fchmod:
|
|
jmp __fchmod
|