mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
New flag for dynamic STORE test
This commit is contained in:
parent
b6b9b27128
commit
cb39d39a23
11 changed files with 67 additions and 88 deletions
|
@ -532,7 +532,7 @@ PcodeOp *Funcdata::cloneOp(const PcodeOp *op,const SeqNum &seq)
|
|||
PcodeOp *newop = newOp(op->numInput(),seq);
|
||||
opSetOpcode(newop,op->code());
|
||||
uint4 flags = op->flags & (PcodeOp::startmark | PcodeOp::startbasic);
|
||||
opSetFlag(newop,flags);
|
||||
newop->setFlag(flags);
|
||||
if (op->getOut() != (Varnode *)0)
|
||||
opSetOutput(newop,cloneVarnode(op->getOut()));
|
||||
for(int4 i=0;i<op->numInput();++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue