summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/_exit.s
blob: 57e5989793ec8347acffd1125069f3ad028f3538 (plain)
1
2
3
4
5
6

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