mirror of https://github.com/YosysHQ/abc.git
Fixing c++ portability issues.
This commit is contained in:
parent
8cd00e0407
commit
e2842beaca
|
|
@ -1001,7 +1001,7 @@ void Llb_MnxStop( Llb_Mnx_t * p )
|
|||
// remove arrays
|
||||
Vec_PtrFree( p->vRings );
|
||||
Vec_PtrFree( p->vRoots );
|
||||
Cudd_PrintInfo( p->dd, stdout );
|
||||
//Cudd_PrintInfo( p->dd, stdout );
|
||||
Extra_StopManager( p->dd );
|
||||
Vec_IntFreeP( &p->vOrder );
|
||||
Vec_IntFreeP( &p->vVars2Q );
|
||||
|
|
|
|||
Loading…
Reference in New Issue