MdePkg/BasePeCoffLib2: Fix call to RelocateExtraAction

This commit is contained in:
Marvin Häuser 2023-03-29 19:51:09 +02:00
parent f5fe05bccc
commit 46a55a1dc4

View File

@ -258,7 +258,6 @@ InternalApplyRelocation (
FixupData[RelocIndex] = 0;
}
UefiImageLoaderRelocateImageExtraAction (Context);
return RETURN_SUCCESS;
}
//
@ -624,6 +623,7 @@ PeCoffRelocateImage (
);
}
UefiImageLoaderRelocateImageExtraAction (Context);
return RETURN_SUCCESS;
}