fix warning
This commit is contained in:
parent
9ed5ff3f6f
commit
b07c261cfc
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ PREFIX (boot) (void *relocator, grub_uint32_t dest,
|
||||||
if (UINT_TO_PTR (dest) >= relocator)
|
if (UINT_TO_PTR (dest) >= relocator)
|
||||||
{
|
{
|
||||||
int overhead;
|
int overhead;
|
||||||
void *reldest = relocator - overhead;
|
|
||||||
overhead =
|
overhead =
|
||||||
ALIGN_UP (dest - RELOCATOR_SIZEOF (backward) - RELOCATOR_ALIGN,
|
ALIGN_UP (dest - RELOCATOR_SIZEOF (backward) - RELOCATOR_ALIGN,
|
||||||
RELOCATOR_ALIGN);
|
RELOCATOR_ALIGN);
|
||||||
|
|
Loading…
Reference in a new issue