ack/mach/pmds/libsys/getpid.s
1985-02-07 15:58:40 +00:00

6 lines
69 B
ArmAsm

.define _getpid
.extern _getpid
_getpid: trap #0
.short 0x14
rts