ack/mach/pdp/libsys/getpid.s
1987-05-14 17:45:41 +00:00

7 lines
63 B
ArmAsm

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