Increase size of function addresses printed in DEBUG messages from 10 to 11 characters

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5602 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2008-08-01 22:41:20 +00:00
parent b58baf6bd4
commit 911361242b
4 changed files with 6 additions and 6 deletions

View File

@@ -240,7 +240,7 @@ DxeLoadCore (
PcdGet32(PcdStatusCodeValuePeiHandoffToDxe)
);
DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Loading DXE CORE at 0x%10p EntryPoint=0x%10p\n", (VOID *)(UINTN)DxeCoreAddress, FUNCTION_ENTRY_POINT (DxeCoreEntryPoint)));
DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Loading DXE CORE at 0x%11p EntryPoint=0x%11p\n", (VOID *)(UINTN)DxeCoreAddress, FUNCTION_ENTRY_POINT (DxeCoreEntryPoint)));
//
// Transfer control to the DXE Core