Skip to content

Commit

Permalink
MdeModulePkg: Fixed compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Krichanov committed Nov 10, 2023
1 parent ee2c15d commit f39339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ ExecuteSmmCoreFromSmram (
//
// Get information about the image being loaded
//
ImageContext.ImageOrigin = UefiImageOriginFv;
gSmmCorePrivate->PiSmmCoreImageContext.ImageOrigin = UefiImageOriginFv;

Status = UefiImageInitializeContext (
&gSmmCorePrivate->PiSmmCoreImageContext,
Expand Down

0 comments on commit f39339f

Please sign in to comment.