mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-2288_Part2' (#4410)
This commit is contained in:
commit
6f74674757
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ void DynamicHash::gatherOpsAtAddress(vector<PcodeOp *> &opList,const Funcdata *f
|
|||
enditer = fd->endOp(addr);
|
||||
for(iter = fd->beginOp(addr); iter != enditer; ++iter) {
|
||||
PcodeOp *op = (*iter).second;
|
||||
if (op->isDead()) continue;
|
||||
opList.push_back(op);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue