8 lines
82 B
ArmAsm
8 lines
82 B
ArmAsm
|
.sect .text
|
||
|
.extern __getppid
|
||
|
.define _getppid
|
||
|
.align 2
|
||
|
|
||
|
_getppid:
|
||
|
jmp __getppid
|