mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2480 Add sleigh compiler support for inst_next2
This commit is contained in:
parent
39baf3a691
commit
8d4a6c213e
84 changed files with 3623 additions and 2807 deletions
|
@ -791,7 +791,7 @@ void Funcdata::doLiveInject(InjectPayload *payload,const Address &addr,BlockBasi
|
|||
|
||||
emitter.setFuncdata(this);
|
||||
context.clear();
|
||||
context.baseaddr = addr; // Shouldn't be using inst_next and inst_start here
|
||||
context.baseaddr = addr; // Shouldn't be using inst_next, inst_next2 or inst_start here
|
||||
context.nextaddr = addr;
|
||||
|
||||
list<PcodeOp *>::const_iterator deaditer = obank.endDead();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue