X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FMem%2FPage.c;h=f351a121f35b0eae343c4cf9231f4a03a4206cf8;hp=2a99507c585bcb9786d7df641397ebd6a3f47465;hb=852081fc68a3b8fe372cda5fb009058d8a077ab9;hpb=d7c0e60c44d73ca4834a7ca4ab63509349e15899 diff --git a/MdeModulePkg/Core/Dxe/Mem/Page.c b/MdeModulePkg/Core/Dxe/Mem/Page.c index 2a99507c58..f351a121f3 100644 --- a/MdeModulePkg/Core/Dxe/Mem/Page.c +++ b/MdeModulePkg/Core/Dxe/Mem/Page.c @@ -533,7 +533,7 @@ CoreAddMemoryDescriptor ( // // If Loading Module At Fixed Address feature is enabled. try to allocate memory with Runtime code & Boot time code type // - if (FixedPcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) { + if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) { CoreLoadingFixedAddressHook(); }