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

7 lines
62 B
ArmAsm

#include "sys.h"
.globl _getpid
_getpid:
sys getpid
rts pc