Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_exit.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57e5989793ec8347acffd1125069f3ad028f3538 (plain)
1
2
3
4
5
6

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