From: lgao4 Date: Wed, 8 Aug 2007 15:25:33 +0000 (+0000) Subject: Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 X-Git-Tag: edk2-stable201903~22382 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f651bd33bfec74425b90b50684ea36bb79168d0a Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3579 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c index 381d60cb2a..12dd583d38 100644 --- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c +++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c @@ -728,7 +728,7 @@ Returns: SectionExtract, (VOID *) Section, (VOID **) &DstBuffer, - &DstBufferSize, + (UINTN *) &DstBufferSize, &AuthenticationStatus );