Skip to content

Commit

Permalink
AdvLoggerPkg: AssertLib update Pi Status Code to match spec
Browse files Browse the repository at this point in the history
Remove usage of custom Pi Status code to use one defined in spec,
EFI_SW_EC_ILLEGAL_SOFTWARE_STATE.
  • Loading branch information
VivianNK committed Jul 23, 2024
1 parent 69e9464 commit 31fe8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdvLoggerPkg/Library/AssertTelemetryLib/AssertLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ DebugAssert (
LogTelemetry (
TRUE,
NULL,
(EFI_SOFTWARE_UNSPECIFIED | EFI_SW_EC_RELEASE_ASSERT),
(EFI_SOFTWARE_UNSPECIFIED | EFI_SW_EC_ILLEGAL_SOFTWARE_STATE),
NULL,
NULL,
Data1,
Expand Down

0 comments on commit 31fe8a3

Please sign in to comment.