typo in __i386__ conditional.
+2010-09-22 Colin Watson <cjwatson@ubuntu.com>
+
+ * grub-core/loader/multiboot_mbi2.c (grub_multiboot_make_mbi): Fix
+ typo in __i386__ conditional.
+
2010-09-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/multiboot_mbi2.c (GRUB_MACHINE_EFI): Add missing
}
#endif
-#if defined (GRUB_MACHINE_EFI) && __i386_
+#if defined (GRUB_MACHINE_EFI) && __i386__
{
struct multiboot_tag_efi64 *tag = (struct multiboot_tag_efi32 *) ptrorig;
tag->type = MULTIBOOT_TAG_TYPE_EFI32;