Add align to .S files

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-10 18:59:31 +01:00
parent 14e43c6e02
commit 7e267737b6
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@
#include <grub/symbol.h> #include <grub/symbol.h>
#include <grub/i386/memory.h> #include <grub/i386/memory.h>
.p2align 2
VARIABLE(grub_relocator_backward_start) VARIABLE(grub_relocator_backward_start)
/* mov imm32, %eax */ /* mov imm32, %eax */
.byte 0xb8 .byte 0xb8

View file

@ -19,6 +19,8 @@
#include <grub/symbol.h> #include <grub/symbol.h>
#include <grub/i386/memory.h> #include <grub/i386/memory.h>
.p2align 2
VARIABLE(grub_relocator_backward_start) VARIABLE(grub_relocator_backward_start)
/* mov imm32, %rax */ /* mov imm32, %rax */
.byte 0x48 .byte 0x48