mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2358 Packed protocol for decompiler marshaling
This commit is contained in:
parent
6a1a649213
commit
79c3508f54
119 changed files with 4238 additions and 2207 deletions
|
@ -142,7 +142,7 @@ public class DecompilerNestedLayout extends AbstractFGLayout {
|
|||
throw new RuntimeException("Unable to initialize: " + ifc.getLastMessage());
|
||||
}
|
||||
|
||||
outgraph = ifc.structureGraph(ingraph, program.getAddressFactory(), 0, monitor);
|
||||
outgraph = ifc.structureGraph(ingraph, 0, monitor);
|
||||
}
|
||||
finally {
|
||||
ifc.dispose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue