From: jchen20 Date: Thu, 8 Feb 2007 05:47:52 +0000 (+0000) Subject: Fix the runtime memory map change issue X-Git-Tag: edk2-stable201903~23519 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=420c3edfc60b4899c98abb88fa9875a647139bdd Fix the runtime memory map change issue git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2358 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkModulePkg/Core/Dxe/imem.h b/EdkModulePkg/Core/Dxe/imem.h index e1f8215eb7..3337700eda 100644 --- a/EdkModulePkg/Core/Dxe/imem.h +++ b/EdkModulePkg/Core/Dxe/imem.h @@ -50,7 +50,7 @@ Revision History typedef struct { UINTN Signature; LIST_ENTRY Link; - BOOLEAN FromPool; + BOOLEAN FromPages; EFI_MEMORY_TYPE Type; UINT64 Start;