ack/mach/vax4/libsysV_2/getppid.s

9 lines
87 B
ArmAsm
Raw Normal View History

1987-02-02 16:06:51 +00:00
.set getpid,20
.globl _getppid
_getppid:
.word 0x0000
chmk $getpid
movl r1,r0
ret