mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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
|
@ -762,7 +762,7 @@ PcodeOp *Funcdata::nodeSplitCloneOp(PcodeOp *op)
|
|||
opSetOpcode(dup,op->code());
|
||||
uint4 flags = op->flags & (PcodeOp::startbasic | PcodeOp::nocollapse |
|
||||
PcodeOp::startmark);
|
||||
opSetFlag(dup,flags);
|
||||
dup->setFlag(flags);
|
||||
return dup;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue