minix/lib/syscall/reboot.s

8 lines
78 B
ArmAsm
Raw Normal View History

2005-04-21 16:53:53 +02:00
.sect .text
.extern __reboot
.define _reboot
.align 2
_reboot:
jmp __reboot