Subject: Re: swab(3) is broken on m68k
To: None <jtkohl@MIT.EDU>
From: Charles M. Hannum <mycroft@gnu.ai.mit.edu>
List: port-m68k
Date: 01/06/1995 22:49:16
One thing to note:

   +	asrl	#1,d0		/* count is bytes, we do words */

The third argument is a `size_t', which is unsigned, so this should be
a `lsrl', not `asrl'.