Fixed a critical bug in the previous update.

This commit is contained in:
Alan Mishchenko 2011-02-21 21:32:28 -08:00
parent 75ee395f91
commit a84b1cfc55
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ Gia_Man_t * Gia_ManSpecReduce( Gia_Man_t * p, int fDualOut, int fSynthesis, int
if ( Vec_IntEntry( vTrace, i ) == 0 )
continue;
pObj = Gia_ManPo( pNew, Gia_ManPoNum(p) + i );
pObj->fCompl0 = 0;
pObj->fCompl0 = 1;
pObj->iDiff0 = Gia_ObjId( pNew, pObj );
}
Vec_IntFreeP( &vTrace );