diff --git a/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c index 3b93633e5c..2b997ecfbc 100644 --- a/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c +++ b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c @@ -137,9 +137,10 @@ ReportStatusCodeExtractDebugInfo ( OUT CHAR8 **Format ) { - ASSERT (Data != NULL); - ASSERT (ErrorLevel != NULL); - ASSERT (StartOfBuffer != NULL); + ASSERT (Data != NULL); + ASSERT (ErrorLevel != NULL); + ASSERT (Marker != NULL); + ASSERT (Format != NULL); return FALSE; }