ack/mach/sun2/libsys/reboot.s

11 lines
165 B
ArmAsm
Raw Permalink Normal View History

1987-03-03 09:37:26 +00:00
#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