mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 09:31:37 +08:00
Merge remote-tracking branch 'origin/GP-2591_James_overlay_space_indices'
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