mirror of https://github.com/acidanthera/audk.git
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:
parent
78bd039b86
commit
420c3edfc6
|
@ -50,7 +50,7 @@ Revision History
|
|||
typedef struct {
|
||||
UINTN Signature;
|
||||
LIST_ENTRY Link;
|
||||
BOOLEAN FromPool;
|
||||
BOOLEAN FromPages;
|
||||
|
||||
EFI_MEMORY_TYPE Type;
|
||||
UINT64 Start;
|
||||
|
|
Loading…
Reference in New Issue