Subject: changed files: 'src/lib/libc/arch/i386/string swab.s'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/24/1993 17:18:31
Update of /b/source/CVS/src/lib/libc/arch/i386/string
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/libc/arch/i386/string

Modified Files:
	swab.s 
Log Message:
Remove special case for len == 0 --- It wasn't needed.  By dropping the
conditional, the general case (where we are actually swapping bytes) is
a tiny bit faster.


------------------------------------------------------------------------------