diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-09 06:29:47 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-09 06:29:47 +0000 |
commit | 41342801ff6a8be27d1525479acea3ac6dcdc75a (patch) | |
tree | 4a563d2958a8ecb569830e26f7f756ead8bb2314 /MdePkg/Library | |
parent | 47a43df2df5e79a59ac70dc3072a8635cd5807c4 (diff) | |
download | edk2-platforms-41342801ff6a8be27d1525479acea3ac6dcdc75a.tar.xz |
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')
-rw-r--r-- | MdePkg/Library/BasePrintLib/PrintLibInternal.c | 2 |
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.
|