Fix compilation for x86_64-efi.
[grub.git] / include / grub / i386 / multiboot.h
index 9cd97df..0b596fc 100644 (file)
     .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