X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiResourcePublicationLib%2FPeiResourcePublicationLib.c;h=9cde383a9b4f708b89330401548c5c2bf036668a;hp=2726c53fc56b997cbd44ef80cb62c77bdc948ab3;hb=84a99d48f4d59e0cf59b6d55328c35225c00246d;hpb=54d37f3a61ea7cca887a9f3cb154f7340eb58768 diff --git a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c index 2726c53fc5..9cde383a9b 100644 --- a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c +++ b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c @@ -43,7 +43,7 @@ PublishSystemMemory ( ASSERT (MemoryLength > 0); ASSERT (MemoryLength <= (MAX_ADDRESS - MemoryBegin + 1)); - Status = PeiCoreInstallPeiMemory (MemoryBegin, MemoryLength); + Status = PeiServicesInstallPeiMemory (MemoryBegin, MemoryLength); return (RETURN_STATUS) Status; }