mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 22:14:26 +08:00
Merge remote-tracking branch 'origin/GP-5833_emteere_MIPSInfiniteLoop' into patch
This commit is contained in:
+5
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user