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

cerror.s « sysvnecv70 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9827c1087a1f8731683f05abc31e4a91183154c2 (plain)
1
2
3
4
5
6
7
8
9
	.globl	cerror
cerror:	mov.w	r0,_errno
	neg.w	#1,r0
	ret	#0

	.data
	.globl	_errno
_errno:	.word 0