summaryrefslogtreecommitdiffstats
path: root/src/opt/mfs/mfsGia.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/mfs/mfsGia.c')
-rw-r--r--src/opt/mfs/mfsGia.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/mfs/mfsGia.c b/src/opt/mfs/mfsGia.c
index 88c0a45e..c7c2fb0e 100644
--- a/src/opt/mfs/mfsGia.c
+++ b/src/opt/mfs/mfsGia.c
@@ -59,6 +59,7 @@ Gia_Man_t * Gia_ManCreateResubMiter( Aig_Man_t * p )
// create the new manager
pNew = Gia_ManStart( Aig_ManObjNum(p) );
pNew->pName = Gia_UtilStrsav( p->pName );
+ pNew->pSpec = Gia_UtilStrsav( p->pSpec );
Gia_ManHashAlloc( pNew );
// create the objects
pOuts0 = ABC_ALLOC( int, Aig_ManPoNum(p) );