mirror of https://github.com/acidanthera/audk.git
Roll back an incorrect change that causes EmuGetVariable always return EFI_NOT_FOUND.
Signed-off-by: niruiyu Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12667 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
22f9423e53
commit
8cb3ed513e
|
@ -268,7 +268,7 @@ GetEndPointer (
|
|||
//
|
||||
// The end of variable store
|
||||
//
|
||||
return (VARIABLE_HEADER *) HEADER_ALIGN (VolHeader + 1);
|
||||
return (VARIABLE_HEADER *) HEADER_ALIGN (VolHeader + VolHeader->Size);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue