mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 18:48:42 +02:00
ImageTool: Drop redundant FIXMEs
This commit is contained in:
parent
5644ad0827
commit
ca23202d18
@ -26,7 +26,6 @@ CheckToolImageSegment (
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Expand prior segment
|
|
||||||
if (Segment->ImageAddress != *PreviousEndAddress) {
|
if (Segment->ImageAddress != *PreviousEndAddress) {
|
||||||
DEBUG_RAISE ();
|
DEBUG_RAISE ();
|
||||||
return false;
|
return false;
|
||||||
|
@ -128,7 +128,6 @@ ScanPeGetRelocInfo (
|
|||||||
RelocType = IMAGE_RELOC_TYPE (RelocBlock->Relocations[RelocIndex]);
|
RelocType = IMAGE_RELOC_TYPE (RelocBlock->Relocations[RelocIndex]);
|
||||||
RelocOffset = IMAGE_RELOC_OFFSET (RelocBlock->Relocations[RelocIndex]);
|
RelocOffset = IMAGE_RELOC_OFFSET (RelocBlock->Relocations[RelocIndex]);
|
||||||
|
|
||||||
// FIXME: Make separate functions for UE
|
|
||||||
switch (RelocType) {
|
switch (RelocType) {
|
||||||
case EFI_IMAGE_REL_BASED_ABSOLUTE:
|
case EFI_IMAGE_REL_BASED_ABSOLUTE:
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user