minix/lib/syscall/sleep.s
2009-11-09 10:26:00 +00:00

9 lines
75 B
ArmAsm

.sect .text
.extern __sleep
.define _sleep
.align 2
_sleep:
jmp __sleep