mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +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
|
@ -77,7 +77,7 @@ public class JythonScript extends GhidraScript {
|
|||
interpreter.execFile(jythonScript.getSourceFile(), jythonScript);
|
||||
}
|
||||
else {
|
||||
ghidraScript.execute(scriptState);
|
||||
ghidraScript.execute(scriptState, getControls());
|
||||
}
|
||||
|
||||
if (scriptState == state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue