summaryrefslogtreecommitdiffstats
path: root/src/aig/aig/aigMffc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/aig/aigMffc.c')
-rw-r--r--src/aig/aig/aigMffc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/aig/aigMffc.c b/src/aig/aig/aigMffc.c
index 2f51e442..ed0015ac 100644
--- a/src/aig/aig/aigMffc.c
+++ b/src/aig/aig/aigMffc.c
@@ -269,7 +269,7 @@ int Aig_NodeMffcExtendCut( Aig_Man_t * p, Aig_Obj_t * pNode, Vec_Ptr_t * vLeaves
// dereference the current cut
LevelMax = 0;
Vec_PtrForEachEntry( Aig_Obj_t *, vLeaves, pObj, i )
- LevelMax = ABC_MAX( LevelMax, (int)pObj->Level );
+ LevelMax = Abc_MaxInt( LevelMax, (int)pObj->Level );
if ( LevelMax == 0 )
return 0;
// dereference the cut