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

8 lines
74 B
ArmAsm

.sect .text
.extern ___exit
.define __exit
.align 2
__exit:
jmp ___exit