minix/lib/libc/syscall/_exit.S
2010-03-03 14:27:30 +00:00

8 lines
68 B
ArmAsm

.text
.extern ___exit
.globl __exit
.balign 2
__exit:
jmp ___exit