mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-2591_James_overlay_space_indices'
This commit is contained in:
commit
b99cc431f6
1 changed files with 1 additions and 1 deletions
|
@ -276,6 +276,7 @@ public class DecompInterface {
|
|||
xmlEncode.clear();
|
||||
compilerSpec.encode(xmlEncode);
|
||||
String cspecxml = xmlEncode.toString();
|
||||
baseEncodingSet = new EncodeDecodeSet(program);
|
||||
|
||||
decompCallback.setNativeMessage(null);
|
||||
decompProcess.registerProgram(decompCallback, pspecxml, cspecxml, tspec, coretypes,
|
||||
|
@ -370,7 +371,6 @@ public class DecompInterface {
|
|||
compilerSpec = spec;
|
||||
|
||||
dtmanage = new PcodeDataTypeManager(prog);
|
||||
baseEncodingSet = new EncodeDecodeSet(prog);
|
||||
try {
|
||||
decompCallback =
|
||||
new DecompileCallback(prog, pcodelanguage, program.getCompilerSpec(), dtmanage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue