Files
minix/lib/syscall/reboot.s
T

8 lines
78 B
ArmAsm

.sect .text
.extern __reboot
.define _reboot
.align 2
_reboot:
jmp __reboot