diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index 93b6f8df34..803872cf3b 100644 --- a/MdePkg/Include/Library/DebugLib.h +++ b/MdePkg/Include/Library/DebugLib.h @@ -291,6 +291,7 @@ DebugPrintLevelEnabled ( if (DebugAssertEnabled ()) { \ if (!(Expression)) { \ _ASSERT (Expression); \ + ANALYZER_UNREACHABLE (); \ } \ } \ } while (FALSE)