Fix monitor messages for constant propagation

This commit is contained in:
Tobias Nießen 2021-03-14 14:39:12 +01:00
parent 79fce9b032
commit 682bc88df0
No known key found for this signature in database
GPG key ID: 718207F8FD156B70
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ public class PropagateConstantReferences extends GhidraScript {
public void run() throws Exception {
long numInstructions = currentProgram.getListing().getNumInstructions();
monitor.initialize((int) (numInstructions));
monitor.setMessage("Constant Propogation Markup");
monitor.setMessage("Constant Propagation Markup");
// set up the address set to restrict processing
AddressSet restrictedSet =