Improving GIA interfaces for some procedures.

This commit is contained in:
Alan Mishchenko
2014-08-25 17:33:53 -07:00
parent 47dde4e478
commit 5c30eb10ef
8 changed files with 70 additions and 54 deletions
+1 -1
View File
@@ -30851,7 +30851,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
}
// perform mapping
pNew = Gia_ManPerformMapping( pAbc->pGia, pPars, 1 );
pNew = Gia_ManPerformMapping( pAbc->pGia, pPars );
if ( pNew == NULL )
{
Abc_Print( -1, "Abc_CommandAbc9If(): Mapping of GIA has failed.\n" );