mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 02:25:55 +00:00
Merge branch 'relocator' into mips
This commit is contained in:
commit
1435b0bc86
@ -72,7 +72,6 @@ PREFIX (boot) (void *relocator, grub_uint32_t dest,
|
||||
if (UINT_TO_PTR (dest) >= relocator)
|
||||
{
|
||||
int overhead;
|
||||
void *reldest = relocator - overhead;
|
||||
overhead =
|
||||
ALIGN_UP (dest - RELOCATOR_SIZEOF (backward) - RELOCATOR_ALIGN,
|
||||
RELOCATOR_ALIGN);
|
||||
|
Loading…
Reference in New Issue
Block a user