mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 02:58:39 +02:00
MdePkg/BasePeCoffLib2: Fix call to RelocateExtraAction
This commit is contained in:
parent
f5fe05bccc
commit
46a55a1dc4
@ -258,7 +258,6 @@ InternalApplyRelocation (
|
|||||||
FixupData[RelocIndex] = 0;
|
FixupData[RelocIndex] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
UefiImageLoaderRelocateImageExtraAction (Context);
|
|
||||||
return RETURN_SUCCESS;
|
return RETURN_SUCCESS;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
@ -624,6 +623,7 @@ PeCoffRelocateImage (
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UefiImageLoaderRelocateImageExtraAction (Context);
|
||||||
return RETURN_SUCCESS;
|
return RETURN_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user