summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiPalLib/UefiPalLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/UefiPalLib/UefiPalLib.c')
-rw-r--r--MdePkg/Library/UefiPalLib/UefiPalLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiPalLib/UefiPalLib.c b/MdePkg/Library/UefiPalLib/UefiPalLib.c
index 290488f73c..3d3b326573 100644
--- a/MdePkg/Library/UefiPalLib/UefiPalLib.c
+++ b/MdePkg/Library/UefiPalLib/UefiPalLib.c
@@ -102,8 +102,8 @@ UefiPalLibConstructor (
&gEfiSalSystemTableGuid,
(VOID **) &SalSystemTable
);
-
ASSERT_EFI_ERROR (Status);
+ ASSERT (SalSystemTable != NULL);
//
// Check the first entry of SAL System Table,