mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-7046_asadbek064_fix-javadoc-DecompInterface-openProgram'
This commit is contained in:
commit
86632adc77
@ -59,7 +59,7 @@ import ghidra.util.task.TaskMonitor;
|
||||
*
|
||||
* // Setup up the actual decompiler process for a
|
||||
* // particular program, using all the above initialization
|
||||
* ifc.openProgram(program,language);
|
||||
* ifc.openProgram(program);
|
||||
*
|
||||
* // Make calls to the decompiler:
|
||||
* DecompileResults res = ifc.decompileFunction(func,0,taskmonitor);
|
||||
|
Loading…
Reference in New Issue
Block a user