Revision: 17569 http://sourceforge.net/p/edk2/code/17569 Author: shenshushi Date: 2015-06-08 05:27:30 +0000 (Mon, 08 Jun 2015) Log Message: ----------- IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin....@intel.com> Reviewed-by: Liming Gao <liming....@intel.com> Modified Paths: -------------- trunk/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c Modified: trunk/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c =================================================================== --- trunk/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c 2015-06-08 05:12:58 UTC (rev 17568) +++ trunk/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c 2015-06-08 05:27:30 UTC (rev 17569) @@ -182,7 +182,7 @@ if ((*Format == 'p') && (sizeof (VOID *) > 4)) { Long = TRUE; } - if (*Format == 'p' || *Format == 'X' || *Format == 'x' || *Format == 'd') { + if (*Format == 'p' || *Format == 'X' || *Format == 'x' || *Format == 'd' || *Format == 'u') { if (Long) { BASE_ARG (BaseListMarker, INT64) = VA_ARG (VaListMarker, INT64); } else { ------------------------------------------------------------------------------ _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits