*** empty log message ***

This commit is contained in:
keie
1985-02-07 22:59:50 +00:00
parent 73585dd0ea
commit 6bd4717ad9
36 changed files with 435 additions and 0 deletions

10
mach/pmds4/libsys/nice.s Normal file
View File

@@ -0,0 +1,10 @@
.define _nice
.extern _nice
.text
_nice: trap #0
.short 0x22
bcc 1f
jmp cerror
1:
clr.l d0
rts