Subject: CVS commit: src/lib/libc/arch/x86_64/string
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/26/2004 20:50:06
Module Name:	src
Committed By:	drochner
Date:		Thu Feb 26 20:50:06 UTC 2004

Modified Files:
	src/lib/libc/arch/x86_64/string: memset.S

Log Message:
the char we fill with shouldn't be sign-extended
(the way the length argument is dealt with looks suspicious
too, but this would only have an effect for >=2G fields)
this can probably be optimized...


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/x86_64/string/memset.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.