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

@ -449,7 +449,7 @@ Returns:
//
// Print debug message
//
DEBUG((EFI_D_ERROR | EFI_D_INFO, "InstallProtocolInterface: %g %x\n", Protocol, Interface));
DEBUG((EFI_D_ERROR | EFI_D_INFO, "InstallProtocolInterface: %g %p\n", Protocol, Interface));
Status = EFI_OUT_OF_RESOURCES;
Prot = NULL;