*** empty log message ***

This commit is contained in:
keie
1985-03-04 16:08:41 +00:00
parent 21ab7908fd
commit 7ea02588f4
15 changed files with 124 additions and 0 deletions

5
mach/pmds4/libsys/sync.s Normal file
View File

@@ -0,0 +1,5 @@
.define _sync
.extern _sync
_sync: trap #0
.short 0x24
rts