summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-20 07:36:39 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-20 07:36:39 +0000
commit0dac421231425c8a035b3398d2ccf8c6c2710e03 (patch)
tree7e90668c4f193433a5d1048c5b4d00c7a1a0235a /IntelFrameworkModulePkg/Library
parenta9c7ab95ead26283970a8569fa3de75c6b584b33 (diff)
Fix VS X64 Compiler Failure
Signed-off-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13113 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library')
-rw-r--r--IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c
index 4f870a119..ada9a809f 100644
--- a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c
+++ b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c
@@ -183,7 +183,7 @@ LzmaArchGuidedSectionExtraction (
if (!EFI_ERROR (Status)) {
Status = LzmaUefiDecompressGetInfo (
Source,
- SourceSize,
+ (UINT32) SourceSize,
&OutputBufferSize,
&ScratchBufferSize
);