Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2022-07-06 00:29:53 -04:00
commit fc6126ed96

View file

@ -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();