Skip to content

Commit

Permalink
SecurePE: Fixed compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Krichanov committed Nov 16, 2023
1 parent ee96dc3 commit e608bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion EmbeddedPkg/Library/PrePiLib/PrePiLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ LoadUefiImage (
&ImageContext,
UefiImage,
UefiImageSize,
UEFI_IMAGE_SOURCE_FV
UEFI_IMAGE_SOURCE_FV,
UefiImageOriginFv
);
ASSERT_EFI_ERROR (Status);

Expand Down
3 changes: 2 additions & 1 deletion UefiCpuPkg/SecCore/FindPeiCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ FindAndReportEntryPoints (
&ImageContext,
(VOID*)(UINTN)PeiCoreImageBase,
PeiCoreImageSize,
UEFI_IMAGE_SOURCE_FV
UEFI_IMAGE_SOURCE_FV,
UefiImageOriginFv
);
ASSERT_EFI_ERROR (Status);

Expand Down

0 comments on commit e608bcf

Please sign in to comment.