diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-04 06:33:49 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-04 06:33:49 +0000 |
commit | 48c0731857388a5b12b0d605177450370c527700 (patch) | |
tree | da712a67645cdb9920674b5f6f82e215f1ca431b | |
parent | 8332983e2e334c414eeca19b5742a9ec21194fb7 (diff) | |
download | edk2-platforms-48c0731857388a5b12b0d605177450370c527700.tar.xz |
Fix X64 compile error.
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12086 6f19259b-4bc3-4df7-8a09-765794883524
-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 dbab58d49c..205b54aa09 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.
|