This commit is contained in:
dude719
2018-07-10 13:15:17 -03:00

View File

@@ -227,7 +227,7 @@ bool AutoGenerate( qSigVector& refvecSig, ea_t dwAddress )
msg( "not enough candidates to proceed. aborting...\n" ); msg( "not enough candidates to proceed. aborting...\n" );
return false; return false;
} }
vecSig.erase( i ); vecSig.erase( i-- );
continue; continue;
} }
(*i).iOpCount++; (*i).iOpCount++;
@@ -441,4 +441,4 @@ void GenerateSig( SigType eType )
break; break;
} }
} }
} }