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

stat.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50c84bb97ca46be38842120f8075411811f87d0b (plain)
1
2
3
4
5
6
7
8
9
	.globl	_stat
	.globl	stat
_stat:
stat:	
	movl	$0x12, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax,%eax
	ret