Fix FTBFS on mips and ppc
This commit is contained in:
parent
1e95b56e59
commit
123f9c50eb
5 changed files with 10 additions and 3 deletions
|
@ -134,7 +134,11 @@ grub_multiboot_boot (void)
|
|||
return err;
|
||||
#endif
|
||||
|
||||
#if defined (__i386__) || defined (__x86_64__)
|
||||
grub_relocator32_boot (grub_multiboot_relocator, state, 0);
|
||||
#else
|
||||
grub_relocator32_boot (grub_multiboot_relocator, state);
|
||||
#endif
|
||||
|
||||
/* Not reached. */
|
||||
return GRUB_ERR_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue