Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly output >4G module entry point address.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2033 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2006-11-29 02:54:20 +00:00
parent 3112de21e5
commit b32a39b328
6 changed files with 7 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ Returns:
);
}
DEBUG ((EFI_D_INFO, "DXE Core Entry\n"));
DEBUG ((EFI_D_INFO, "DXE Core Entry Point 0x%08x\n", (UINTN) DxeCoreEntryPoint));
HandOffToDxeCore (DxeCoreEntryPoint, HobList);
//
// If we get here, then the DXE Core returned. This is an error