mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 02:46:42 +08:00
GP-2591 indices of added overlay spaces
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user