mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
StandaloneMmPkg/MmCore: Correct EndOfDxe to EndOfPei in MmEndOfPeiHandler
Signed-off-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
d192e7ea75
commit
bd785cedc3
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ MmEndOfPeiHandler (
|
|||
|
||||
DEBUG ((DEBUG_INFO, "MmEndOfPeiHandler\n"));
|
||||
//
|
||||
// Install MM EndOfDxe protocol
|
||||
// Install MM EndOfPei protocol
|
||||
//
|
||||
MmHandle = NULL;
|
||||
Status = MmInstallProtocolInterface (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue