knownConditionTrueFalse

This commit is contained in:
gtsoul-tech
2024-05-01 12:59:34 +03:00
parent 46aba61156
commit 312b77202c
3 changed files with 7 additions and 14 deletions

View File

@@ -1481,6 +1481,7 @@ u32 buildExceptionMap(const build_info &args, ReportListCache &reports_cache,
continue;
}
u32 j = args.state_ids.at(w);
// j can be NO_STATE if args.state_ids.at(w) returns NO_STATE
if (j == NO_STATE) {
continue;
}