From: H. Peter Anvin Date: Fri, 27 Feb 2009 04:44:22 +0000 (-0800) Subject: Revert "bcopy32: move descriptor count into ecx after reload" X-Git-Tag: syslinux-3.74-pre2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ea0d78e6b84abbc66591125fd5754a1a205a25f;p=platform%2Fupstream%2Fsyslinux.git Revert "bcopy32: move descriptor count into ecx after reload" This reverts commit 8b9d34885d8a9d5f7e9da6fbc75735ce1a0c945b. The count here *is* kept in eax, not in ecx. --- diff --git a/core/bcopy32.inc b/core/bcopy32.inc index 2d6b2e9..4ebbe3c 100644 --- a/core/bcopy32.inc +++ b/core/bcopy32.inc @@ -665,7 +665,6 @@ shuffle_and_boot: xor edx,edx mov ecx,12 div ecx ; Convert to descriptor count - xchg ecx,eax jmp .restart ;