New consume logic for sub-function input parameters

This commit is contained in:
caheckman 2020-02-05 16:33:28 -05:00
parent 0d641458ce
commit e073773a27
4 changed files with 53 additions and 13 deletions

View file

@ -405,7 +405,7 @@ void Funcdata::clearCallSpecs(void)
FuncCallSpecs *Funcdata::getCallSpecs(const PcodeOp *op) const
{ // Get FuncCallSpecs from CALL op
{
int4 i;
const Varnode *vn;