]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the runtime memory map change issue
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Feb 2007 05:47:52 +0000 (05:47 +0000)
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 Feb 2007 05:47:52 +0000 (05:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2358 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Core/Dxe/imem.h

index e1f8215eb78d322ca0c335517e8c2b5e13edc9ef..3337700edaa887b972e5c51ab59d73e45488eed6 100644 (file)
@@ -50,7 +50,7 @@ Revision History
 typedef struct {\r
   UINTN           Signature;\r
   LIST_ENTRY      Link;\r
-  BOOLEAN         FromPool;\r
+  BOOLEAN         FromPages;\r
 \r
   EFI_MEMORY_TYPE Type;\r
   UINT64          Start;\r