Update gHobList in DXE core when GCD relocates hob list.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3540 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2007-08-03 05:45:55 +00:00
parent 05339bd79c
commit 2d835bff29
1 changed files with 1 additions and 0 deletions

View File

@ -2461,6 +2461,7 @@ Returns:
ASSERT (NewHobList != NULL);
*HobStart = NewHobList;
gHobList = NewHobList;
//
// Add and allocate the remaining unallocated system memory to the memory services.