diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c index 4f870a119b..ada9a809fa 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 );