mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3223_emteere code review change cleanup of code
This commit is contained in:
parent
136c41c027
commit
dce20f28d5
1 changed files with 0 additions and 12 deletions
|
@ -90,18 +90,6 @@ public class PseudoDisassembler {
|
|||
this.programContext = program.getProgramContext();
|
||||
}
|
||||
|
||||
public PseudoDisassembler(Language lang, Memory mem) {
|
||||
program = null;
|
||||
|
||||
this.language = lang;
|
||||
|
||||
this.memory = mem;
|
||||
|
||||
pointerSize = language.getDefaultSpace().getPointerSize();
|
||||
|
||||
programContext = new ProgramContextImpl(language.getRegisters());
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the maximum number of instructions to check
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue