7 lines
74 B
ArmAsm
Executable file
7 lines
74 B
ArmAsm
Executable file
.sect .text
|
|
.extern __chmod
|
|
.define _chmod
|
|
.align 2
|
|
|
|
_chmod:
|
|
jmp __chmod
|