summaryrefslogtreecommitdiffstats
path: root/src/map/pga/pgaMatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pga/pgaMatch.c')
-rw-r--r--src/map/pga/pgaMatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pga/pgaMatch.c b/src/map/pga/pgaMatch.c
index 77d82b86..a4c57089 100644
--- a/src/map/pga/pgaMatch.c
+++ b/src/map/pga/pgaMatch.c
@@ -73,7 +73,7 @@ void Pga_MappingMatches( Pga_Man_t * p, int Mode )
continue;
// get the cuts
clk = clock();
- pList = Abc_NodeGetCutsRecursive( p->pManCut, pObj );
+ pList = Abc_NodeGetCutsRecursive( p->pManCut, pObj, 0 );
p->timeCuts += clock() - clk;
// match the node
Pga_MappingMatchNode( p, pObj->Id, pList, Mode );