Fix FTBFS on mips and ppc
This commit is contained in:
parent
1e95b56e59
commit
123f9c50eb
5 changed files with 10 additions and 3 deletions
|
@ -124,7 +124,7 @@ grub_relocator32_boot (struct grub_relocator *rel,
|
|||
(0xffffffff - stateset_size)
|
||||
+ 1, stateset_size,
|
||||
sizeof (grub_uint32_t),
|
||||
GRUB_RELOCATOR_PREFERENCE_NONE);
|
||||
GRUB_RELOCATOR_PREFERENCE_NONE, 0);
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue