ack/mach/pdp/libsys/getppid.s
1987-01-07 17:13:41 +00:00

8 lines
75 B
ArmAsm

#include "sys.h"
.globl _getppid
_getppid:
sys getpid
mov r1,r0
rts pc