summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePrintLib
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-09 06:29:47 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-09 06:29:47 +0000
commit41342801ff6a8be27d1525479acea3ac6dcdc75a (patch)
tree4a563d2958a8ecb569830e26f7f756ead8bb2314 /MdePkg/Library/BasePrintLib
parent47a43df2df5e79a59ac70dc3072a8635cd5807c4 (diff)
downloadedk2-41342801ff6a8be27d1525479acea3ac6dcdc75a.tar.gz
edk2-41342801ff6a8be27d1525479acea3ac6dcdc75a.tar.bz2
edk2-41342801ff6a8be27d1525479acea3ac6dcdc75a.zip
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
Diffstat (limited to 'MdePkg/Library/BasePrintLib')
-rw-r--r--MdePkg/Library/BasePrintLib/PrintLibInternal.c2
1 files changed, 1 insertions, 1 deletions
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.