From f651bd33bfec74425b90b50684ea36bb79168d0a Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 8 Aug 2007 15:25:33 +0000 Subject: [PATCH 1/1] 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 --- MdeModulePkg/Core/DxeIplPeim/DxeLoad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2