mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5737: Fixing bug that caused some test failures
This commit is contained in:
parent
569519fb6c
commit
4257433253
4 changed files with 11 additions and 17 deletions
|
@ -330,7 +330,7 @@ public class ShowConstantUse extends GhidraScript {
|
|||
if (scriptSource != null) {
|
||||
GhidraScriptProvider provider = GhidraScriptUtil.getProvider(scriptSource);
|
||||
GhidraScript script = provider.getScriptInstance(scriptSource, errorWriter);
|
||||
script.execute(scriptState);
|
||||
script.execute(scriptState, getControls());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue