summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifMap.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-06-20 22:23:32 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-06-20 22:23:32 -0700
commit4669839b245231c3e7c0a530831ed604b9802ee3 (patch)
tree7ceed32ee736f6236fd0ea0e31422bf4fe628cbd /src/map/if/ifMap.c
parent6fd29922d347b05085814f4524b3fd6322578282 (diff)
downloadabc-4669839b245231c3e7c0a530831ed604b9802ee3.tar.gz
abc-4669839b245231c3e7c0a530831ed604b9802ee3.tar.bz2
abc-4669839b245231c3e7c0a530831ed604b9802ee3.zip
Added new mapping feature.
Diffstat (limited to 'src/map/if/ifMap.c')
-rw-r--r--src/map/if/ifMap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c
index 1a7b6ea7..b7b7c568 100644
--- a/src/map/if/ifMap.c
+++ b/src/map/if/ifMap.c
@@ -140,7 +140,7 @@ void If_ObjPerformMappingAnd( If_Man_t * p, If_Obj_t * pObj, int Mode, int fPrep
pCut->fUseless = 0;
if ( p->pPars->pFuncCell && RetValue < 2 )
{
- assert( pCut->nLimit >= 4 && pCut->nLimit <= 7 );
+ assert( pCut->nLimit >= 4 && pCut->nLimit <= 10 );
pCut->fUseless = !p->pPars->pFuncCell( If_CutTruth(pCut), pCut->nLimit, pCut->nLeaves );
p->nCutsUseless += pCut->fUseless;
}