mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
[efi] Fix compiler warning in elf2efi.c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -405,6 +405,10 @@ static struct pe_section * process_section ( bfd *bfd,
|
|||||||
EFI_IMAGE_SCN_MEM_WRITE );
|
EFI_IMAGE_SCN_MEM_WRITE );
|
||||||
applicable_start = &data_mid;
|
applicable_start = &data_mid;
|
||||||
applicable_end = &data_end;
|
applicable_end = &data_end;
|
||||||
|
} else {
|
||||||
|
eprintf ( "Unrecognised characteristics %#lx for section %s\n",
|
||||||
|
flags, section->name );
|
||||||
|
exit ( 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Copy in section contents */
|
/* Copy in section contents */
|
||||||
|
|||||||
Reference in New Issue
Block a user