summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-01 22:41:20 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-01 22:41:20 +0000
commit911361242b8a00ff8f1dc296abb3eb13cf83bd8a (patch)
tree6f3069b0b6279866348cf3c08e958ef176a88a19 /MdeModulePkg/Core/DxeIplPeim
parentb58baf6bd467fdc81c16b681e1d253e6fd5ab525 (diff)
downloadedk2-911361242b8a00ff8f1dc296abb3eb13cf83bd8a.zip
edk2-911361242b8a00ff8f1dc296abb3eb13cf83bd8a.tar.gz
edk2-911361242b8a00ff8f1dc296abb3eb13cf83bd8a.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Core/DxeIplPeim')
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/DxeLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
index abebfe0..5ac259d 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
@@ -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