Add debug info when allocate pages failed in PeiMain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2141 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2006-12-26 10:43:20 +00:00
parent e75ac0cce3
commit af9e69ff19
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ Returns:
Hob.HandoffInformationTable->EfiFreeMemoryBottom) {
DEBUG ((EFI_D_ERROR, "AllocatePages failed: No 0x%x Pages is available.\n", Pages));
DEBUG ((EFI_D_ERROR, "There is only left 0x%x pages memory resource to be allocated.\n", \
(Hob.HandoffInformationTable->EfiFreeMemoryTop - Hob.HandoffInformationTable->EfiFreeMemoryBottom)/EFI_PAGE_SIZE));
EFI_SIZE_TO_PAGES ((UINTN) (Hob.HandoffInformationTable->EfiFreeMemoryTop - Hob.HandoffInformationTable->EfiFreeMemoryBottom))));
return EFI_OUT_OF_RESOURCES;
} else {
//