mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
fc6126ed96
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ void DynamicHash::gatherFirstLevelVars(vector<Varnode *> &varlist,const Funcdata
|
|||
while(iter!=enditer) {
|
||||
PcodeOp *op = (*iter).second;
|
||||
++iter;
|
||||
if (op->isDead()) continue;
|
||||
if (op->code() != opc) continue;
|
||||
if (slot <0) {
|
||||
Varnode *vn = op->getOut();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue