mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 07:46:56 +08:00
Merge remote-tracking branch 'origin/GP-2288_DynamicHashDeadOp' into
patch (Closes #4410)
This commit is contained in:
@@ -435,6 +435,7 @@ void DynamicHash::gatherFirstLevelVars(vector<Varnode *> &varlist,const Funcdata
|
|||||||
while(iter!=enditer) {
|
while(iter!=enditer) {
|
||||||
PcodeOp *op = (*iter).second;
|
PcodeOp *op = (*iter).second;
|
||||||
++iter;
|
++iter;
|
||||||
|
if (op->isDead()) continue;
|
||||||
if (op->code() != opc) continue;
|
if (op->code() != opc) continue;
|
||||||
if (slot <0) {
|
if (slot <0) {
|
||||||
Varnode *vn = op->getOut();
|
Varnode *vn = op->getOut();
|
||||||
|
|||||||
Reference in New Issue
Block a user