*** empty log message ***
This commit is contained in:
9
mach/ns/libsys/sync.s
Normal file
9
mach/ns/libsys/sync.s
Normal file
@@ -0,0 +1,9 @@
|
||||
.define _sync
|
||||
.extern _sync
|
||||
.text
|
||||
_sync:
|
||||
enter[], 0
|
||||
movd 36,tos
|
||||
jsr @.mon
|
||||
exit []
|
||||
ret 0
|
||||
Reference in New Issue
Block a user