This commit is contained in:
Alan Mishchenko 2023-02-02 09:28:51 -08:00
parent acdb94d1d3
commit 086321a232
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ Ivy_Man_t * Gia_ManToIvySimple( Gia_Man_t * p )
Gia_Obj_t * pObj; int i;
Ivy_Obj_t ** ppNodes = ABC_FALLOC( Ivy_Obj_t *, Gia_ManObjNum(p) );
// create the new manager
pNew = Ivy_ManStart( Gia_ManObjNum(p) );
pNew = Ivy_ManStart();
// create the PIs
Gia_ManForEachObj( p, pObj, i )
{