* grub-core/boot/i386/pc/startup_raw.S: Add missing argument for

_LzmaDecodeA.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-23 10:21:27 +01:00
parent 8eba9997db
commit 1f0b1a7730
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-12-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/boot/i386/pc/startup_raw.S: Add missing argument for
_LzmaDecodeA.
2011-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (Internationalisation): New section.

View file

@ -179,7 +179,10 @@ post_reed_solomon:
pushl %edi
movl LOCAL (uncompressed_size), %ecx
leal (%edi, %ecx), %ebx
/* Don't remove this push: it's an argument. */
push %ecx
call _LzmaDecodeA
pop %ecx
/* _LzmaDecodeA clears DF, so no need to run cld */
popl %esi
#endif