mirror of https://github.com/YosysHQ/abc.git
Bug fix in bmc3 -a -x.
This commit is contained in:
parent
c0db4d2a12
commit
4edc023479
|
|
@ -1635,7 +1635,7 @@ nTimeSat += clkSatRun;
|
|||
pCexNew0 = pCexNew;
|
||||
pCexNew = (Abc_Cex_t *)(ABC_PTRINT_T)1;
|
||||
}
|
||||
Vec_PtrWriteEntry( p->vCexes, i, pCexNew );
|
||||
Vec_PtrWriteEntry( p->vCexes, i, pCexNew ); pCexNew = NULL;
|
||||
if ( pPars->pFuncOnFail && pPars->pFuncOnFail(i, pPars->fStoreCex ? (Abc_Cex_t *)Vec_PtrEntry(p->vCexes, i) : NULL) )
|
||||
{
|
||||
Abc_CexFreeP( &pCexNew0 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue