]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c
Add SmmCore SmmServicesTable library.
[mirror_edk2.git] / MdePkg / Library / BaseReportStatusCodeLibNull / BaseReportStatusCodeLib.c
index 3b93633e5cc8c35f05614b511e2ec5553fcf489a..a889c854541418972a9ace65535f20f8622abf58 100644 (file)
@@ -137,9 +137,10 @@ ReportStatusCodeExtractDebugInfo (
   OUT CHAR8                      **Format\r
   )\r
 {\r
-  ASSERT (Data          != NULL);\r
-  ASSERT (ErrorLevel    != NULL);\r
-  ASSERT (StartOfBuffer != NULL);\r
+  ASSERT (Data       != NULL);\r
+  ASSERT (ErrorLevel != NULL);\r
+  ASSERT (Marker     != NULL);\r
+  ASSERT (Format     != NULL);\r
 \r
   return FALSE;\r
 }\r
@@ -277,7 +278,7 @@ ReportStatusCodeWithExtendedData (
   is responsible for allocating a buffer large enough for the standard header and\r
   the extended data passed into this function.  The standard header is filled in\r
   with a GUID specified by ExtendedDataGuid.  If ExtendedDataGuid is NULL, then a\r
-  GUID of gEfiStatusCodeSpecificDatauid is used.  The status code is reported with\r
+  GUID of gEfiStatusCodeSpecificDataGuid is used.  The status code is reported with\r
   an instance specified by Instance and a caller ID specified by CallerId.  If\r
   CallerId is NULL, then a caller ID of gEfiCallerIdGuid is used.\r
 \r