Initial revision
This commit is contained in:
6
mach/m68k4/libsys/sync.s
Normal file
6
mach/m68k4/libsys/sync.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.define _sync
|
||||
.extern _sync
|
||||
.text
|
||||
_sync: move.w #0x24,d0
|
||||
trap #0
|
||||
rts
|
||||
Reference in New Issue
Block a user