ack/mach/sparc/libsys/fork.s

10 lines
97 B
ArmAsm
Raw Permalink Normal View History

1991-09-20 18:14:05 +00:00
#include "SYS.h"
1991-10-03 15:57:23 +00:00
LABEL_(fork); BODY1(fork)
orcc %g0, %o1, %g0
bne,a 1f
clr %o0
1:
retl
nop