diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-02-26 20:44:22 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-02-26 20:44:22 -0800 |
commit | 7ea0d78e6b84abbc66591125fd5754a1a205a25f (patch) | |
tree | 3fa12da9f59e332105e301ec88a0f79d14ba1730 | |
parent | 830ead8ece881c1fc525d031408f0f6aa63ab95e (diff) | |
download | syslinux-elf-7ea0d78e6b84abbc66591125fd5754a1a205a25f.tar.gz syslinux-elf-7ea0d78e6b84abbc66591125fd5754a1a205a25f.tar.xz syslinux-elf-7ea0d78e6b84abbc66591125fd5754a1a205a25f.zip |
Revert "bcopy32: move descriptor count into ecx after reload"
This reverts commit 8b9d34885d8a9d5f7e9da6fbc75735ce1a0c945b.
The count here *is* kept in eax, not in ecx.
-rw-r--r-- | core/bcopy32.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 ; |