GP-5737: Fixing bug that caused some test failures

This commit is contained in:
Ryan Kurtz 2025-06-10 10:10:05 -04:00
parent 569519fb6c
commit 4257433253
4 changed files with 11 additions and 17 deletions

View file

@ -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;
}
}