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
This commit is contained in:
jchen20 2007-02-08 05:47:52 +00:00
parent 78bd039b86
commit 420c3edfc6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Revision History
typedef struct {
UINTN Signature;
LIST_ENTRY Link;
BOOLEAN FromPool;
BOOLEAN FromPages;
EFI_MEMORY_TYPE Type;
UINT64 Start;