]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Aug 2007 15:25:33 +0000 (15:25 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Aug 2007 15:25:33 +0000 (15:25 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3579 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/DxeIplPeim/DxeLoad.c

index 381d60cb2aa3ea48a8aedafa81dcf1f4d20cfd2f..12dd583d38dc7d46ad913daaf63070ac6daa12cf 100644 (file)
@@ -728,7 +728,7 @@ Returns:
                                 SectionExtract,\r
                                 (VOID *) Section,\r
                                 (VOID **) &DstBuffer,\r
-                                &DstBufferSize,\r
+                                (UINTN *) &DstBufferSize,\r
                                 &AuthenticationStatus\r
                                 );\r
 \r