Assertion fail after 'print_supp -w'.

This commit is contained in:
Alan Mishchenko
2015-07-11 21:26:34 -07:00
parent 494ca7156c
commit 772eaa6345
+4 -1
View File
@@ -1253,7 +1253,10 @@ void Abc_NtkPrintStrSupports( Abc_Ntk_t * pNtk, int fMatrix )
Vec_PtrFree( vSupp );
}
if ( !fMatrix )
{
Abc_NtkCleanMarkA( pNtk );
return;
}
Abc_NtkForEachCi( pNtk, pObj, k )
pObj->fMarkA = 0;
@@ -1273,7 +1276,7 @@ void Abc_NtkPrintStrSupports( Abc_Ntk_t * pNtk, int fMatrix )
Abc_NtkForEachCi( pNtk, pObj, k )
pObj->fMarkA = 0;
}
Abc_NtkCleanMarkA( pNtk );
}
/**Function*************************************************************