]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 08:35:38 +0000 (08:35 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 08:35:38 +0000 (08:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6869 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/DxeIplPeim/DxeLoad.c

index d2f7521bcd6d6ec7c5fd5ca85ee613f14ac944aa..3f5dd08965117094d355a8bf25b4edfabbb1501a 100644 (file)
@@ -239,7 +239,7 @@ DxeLoadCore (
     PcdGet32(PcdStatusCodeValuePeiHandoffToDxe)\r
     );\r
 \r
-  DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Loading DXE CORE at 0x%11p EntryPoint=0x%11p\n", (VOID *)(UINTN)DxeCoreAddress, FUNCTION_ENTRY_POINT (DxeCoreEntryPoint)));\r
+  DEBUG ((DEBUG_INFO | DEBUG_LOAD, "Loading DXE CORE at 0x%11p EntryPoint=0x%11p\n", (VOID *)(UINTN)DxeCoreAddress, FUNCTION_ENTRY_POINT ((UINTN) DxeCoreEntryPoint)));\r
 \r
   //\r
   // Transfer control to the DXE Core\r