minix/lib/libc/syscall/_exit.s

7 lines
74 B
ArmAsm

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