bcopy32: move descriptor count into ecx after reload
authorH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 23:37:24 +0000 (15:37 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Feb 2009 23:37:24 +0000 (15:37 -0800)
commit8b9d34885d8a9d5f7e9da6fbc75735ce1a0c945b
tree43d6044b61be7817b01a112661d93b77e7f65018
parentb40e01859f8ce6ed552acbb3b087c931517a48d6
bcopy32: move descriptor count into ecx after reload

After having reloaded the descriptor buffer, we divide the byte count
to get a descriptor count.  That descriptor count belongs in ECX, not
in EAX.
core/bcopy32.inc