* grub-core/kern/i386/realmode.S: Increase alignment.

* grub-core/boot/i386/pc/startup_raw.S: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-15 19:17:36 +01:00
parent ee9c2e7a97
commit b81d609e4c
2 changed files with 4 additions and 3 deletions

View file

@ -341,6 +341,6 @@ gate_a20_check_state:
#include "lzma_decode.S"
#endif
.p2align 2
.p2align 4
LOCAL(decompressor_end):