Fix compilation for x86_64-efi.

This commit is contained in:
Vladimir Serbinenko 2017-09-07 13:55:22 +02:00 committed by Vincent Batts
parent 219603c2e6
commit 46159d35d3
2 changed files with 5 additions and 1 deletions

View file

@ -43,6 +43,10 @@
.rcx = 0, \
.rdx = 0, \
}
#define MULTIBOOT2_EFI_INITIAL_STATE { .rax = MULTIBOOT2_BOOTLOADER_MAGIC, \
.rcx = 0, \
.rdx = 0, \
}
#define MULTIBOOT_EFI_ENTRY_REGISTER rip
#define MULTIBOOT_EFI_MBI_REGISTER rbx
#endif