]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/FwVol/FwVol.c
MdeModulePkg PeiCore: Update debug message to print FV handle correctly
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.c
index 7cb295c2c679d40744d3915c9e9ff9afac563347..8009546acdb1a1a91bfaf472f0dc6d5ca402aab8 100644 (file)
@@ -514,7 +514,7 @@ PeiInitializeFv (
     "The %dth FV start address is 0x%11p, size is 0x%08x, handle is 0x%p\n", \r
     (UINT32) PrivateData->FvCount, \r
     (VOID *) BfvHeader, \r
-    BfvHeader->FvLength,\r
+    (UINT32) BfvHeader->FvLength,\r
     FvHandle\r
     ));    \r
   PrivateData->FvCount ++;\r