ack/mach/pdp/libsys/_getpid.s
1990-01-22 11:24:37 +00:00

7 lines
65 B
ArmAsm

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