7 lines
76 B
ArmAsm
7 lines
76 B
ArmAsm
.text
|
|
.extern __getppid
|
|
.globl _getppid
|
|
.balign 2
|
|
|
|
_getppid:
|
|
jmp __getppid
|