1) Change GUID of emuvariable module.
2) Support print 64bit's HobList. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4245 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -342,7 +342,7 @@ Returns:
|
||||
gDxeCoreImageHandle
|
||||
);
|
||||
|
||||
DEBUG ((EFI_D_INFO | EFI_D_LOAD, "HOBLIST address in DXE = 0x%08x\n", HobStart));
|
||||
DEBUG ((EFI_D_INFO | EFI_D_LOAD, "HOBLIST address in DXE = 0x%016lx\n", (UINT64) (UINTN) HobStart));
|
||||
|
||||
//
|
||||
// Initialize the Event Services
|
||||
|
Reference in New Issue
Block a user