From 41342801ff6a8be27d1525479acea3ac6dcdc75a Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 9 Aug 2011 06:29:47 +0000 Subject: [PATCH] Fix X64 compile error. Signed-off-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12110 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BasePrintLib/PrintLibInternal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BasePrintLib/PrintLibInternal.c b/MdePkg/Library/BasePrintLib/PrintLibInternal.c index de1b25fa7a..64c99c6ac3 100644 --- a/MdePkg/Library/BasePrintLib/PrintLibInternal.c +++ b/MdePkg/Library/BasePrintLib/PrintLibInternal.c @@ -334,7 +334,7 @@ BasePrintLibSPrintMarker ( UINT32 GuidData1; UINT16 GuidData2; UINT16 GuidData3; - UINT32 LengthToReturn; + UINTN LengthToReturn; // // If you change this code be sure to match the 2 versions of this function. -- 2.39.2