From 7ea0d78e6b84abbc66591125fd5754a1a205a25f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 26 Feb 2009 20:44:22 -0800 Subject: Revert "bcopy32: move descriptor count into ecx after reload" This reverts commit 8b9d34885d8a9d5f7e9da6fbc75735ce1a0c945b. The count here *is* kept in eax, not in ecx. --- core/bcopy32.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/core/bcopy32.inc b/core/bcopy32.inc index 2d6b2e92..4ebbe3ca 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 ; -- cgit v1.2.3