mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 18:48:42 +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;
|
||||
}
|
||||
|
||||
UefiImageLoaderRelocateImageExtraAction (Context);
|
||||
return RETURN_SUCCESS;
|
||||
}
|
||||
//
|
||||
@ -624,6 +623,7 @@ PeCoffRelocateImage (
|
||||
);
|
||||
}
|
||||
|
||||
UefiImageLoaderRelocateImageExtraAction (Context);
|
||||
return RETURN_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user