Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/x86_64/string
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.
Home |
Main Index |
Thread Index |
Old Index