ack/mach/pdp/libsys/sync.s

7 lines
56 B
ArmAsm
Raw Normal View History

1987-01-07 17:13:41 +00:00
#include "sys.h"
.globl _sync
_sync:
sys sync
rts pc