Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 6777e673839a510aaa62a48514a4223da7d3bba2
      
https://github.com/tianocore/edk2/commit/6777e673839a510aaa62a48514a4223da7d3bba2
  Author: Min Xu <[email protected]>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M EmbeddedPkg/Library/PrePiLib/FwVol.c

  Log Message:
  -----------
  EmbeddedPkg: Fix a build error in FwVol.c in X64 arch

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3814

CompressedDataLength is declared as UINTN which is UINT64 in X64 arch.
But the second parameter of UefiDecompressGetInfo() is declared as
UINT32. So a build error is triggered. To declare CompressedDataLength
as UINT32 to fix the build error.

Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Abner Chang <[email protected]>
Cc: Daniel Schaefer <[email protected]>
Signed-off-by: Min Xu <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to