Retro68/gcc/newlib/libc/sys/sysvi386/_exit.S
2012-03-27 01:51:53 +02:00

7 lines
52 B
ArmAsm

.globl _exit
_exit:
movl $1, %eax
lcall $7,$0