* grub-core/boot/i386/pc/boot.S: Ignore %dl if it's not in a sane range.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-20 00:06:45 +02:00
parent 742f9232e3
commit e0337366d1
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/boot/i386/pc/boot.S: Ignore %dl if it's not in a sane range.
2010-09-19 Vladimir Serbinenko <phcoder@gmail.com>
Split config.h for util and core.