7 lines
78 B
ArmAsm
Executable file
7 lines
78 B
ArmAsm
Executable file
.sect .text
|
|
.extern __fchmod
|
|
.define _fchmod
|
|
.align 2
|
|
|
|
_fchmod:
|
|
jmp __fchmod
|