mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Fix monitor messages for constant propagation
This commit is contained in:
parent
79fce9b032
commit
682bc88df0
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ public class PropagateX86ConstantReferences 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 = new AddressSet(currentSelection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue