Merge remote-tracking branch 'origin/GP-5833_emteere_MIPSInfiniteLoop' into patch

This commit is contained in:
Ryan Kurtz
2025-07-21 13:11:39 -04:00
@@ -435,6 +435,11 @@ public class ConstantPropagationAnalyzer extends AbstractAnalyzer {
// now get rid of all the instructions that were analyzed
todoSet.delete(resultSet);
}
// make sure todoSet removes start address if no results
if (resultSet == null || resultSet.isEmpty()) {
todoSet.delete(start,start);
}
}
}