Add align to .S files
This commit is contained in:
parent
14e43c6e02
commit
7e267737b6
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue