mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-3174 Indexed attribute marshaling
This commit is contained in:
parent
a3ca5a67e1
commit
b39c60e221
16 changed files with 162 additions and 66 deletions
|
@ -119,7 +119,6 @@ int4 PcodeOp::getRepeatSlot(const Varnode *vn,int4 firstSlot,list<PcodeOp *>::co
|
|||
bool PcodeOp::isCollapsible(void) const
|
||||
|
||||
{
|
||||
if (code() == CPUI_COPY) return false;
|
||||
if ((flags & PcodeOp::nocollapse)!=0) return false;
|
||||
if (!isAssignment()) return false;
|
||||
if (inrefs.size()==0) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue