diff options
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 57cb9739..95e7320a 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -29160,7 +29160,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv ) } // perform mapping - pNew = Gia_ManPerformMapping( pAbc->pGia, pPars ); + pNew = Gia_ManPerformMapping( pAbc->pGia, pPars, 1 ); if ( pNew == NULL ) { Abc_Print( -1, "Abc_CommandAbc9If(): Mapping of the AIG has failed.\n" ); |