]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GenFv/GenFvInternalLib.c
BaseTools: Fix wrong type of arguments to formatting functions
[mirror_edk2.git] / BaseTools / Source / C / GenFv / GenFvInternalLib.c
index b5b94250033474ac12bda63ee724dc644191304e..6bd59515b1aa28f638ff574a15735d8595af4c0f 100644 (file)
@@ -2397,7 +2397,7 @@ Returns:
   VerboseMsg("SecCore entry point Address = 0x%llX", (unsigned long long) SecCoreEntryAddress);\r
   VerboseMsg("BaseAddress = 0x%llX", (unsigned long long) FvInfo->BaseAddress);\r
   bSecCore = (UINT32)(SecCoreEntryAddress - FvInfo->BaseAddress);\r
-  VerboseMsg("offset = 0x%llX", bSecCore);\r
+  VerboseMsg("offset = 0x%X", bSecCore);\r
 \r
   if(bSecCore > 0x0fffff) {\r
     Error(NULL, 0, 3000, "Invalid", "SEC Entry point must be within 1MB of start of the FV");\r