Commit bbd170e8 by Alan Mishchenko

Minor bug fix.

parent 55594441
......@@ -378,6 +378,9 @@ void Abc_FrameSetCurrentNetwork( Abc_Frame_t * p, Abc_Ntk_t * pNtkNew )
int nNetsToSave;
char * pValue;
if ( p->pNtkCur == pNtkNew )
return;
// link it to the previous network
Abc_NtkSetBackup( pNtkNew, p->pNtkCur );
// set the step of this network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment