Initial revision
This commit is contained in:
10
mach/sun2/libsys/reboot.s
Normal file
10
mach/sun2/libsys/reboot.s
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "syscall.h"
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
||||
.define _reboot
|
||||
_reboot:
|
||||
pea SYS_reboot
|
||||
trap #0
|
||||
bcs 1f
|
||||
stop #0
|
||||
1:
|
||||
jmp cerror
|
||||
Reference in New Issue
Block a user