Enabled progress bar in the 'if' mapper (warning).

This commit is contained in:
Alan Mishchenko 2016-08-08 12:38:21 -07:00
parent a819e33c6f
commit 713976f2cf
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ void If_ObjPerformMappingChoice( If_Man_t * p, If_Obj_t * pObj, int Mode, int fP
***********************************************************************/
int If_ManPerformMappingRound( If_Man_t * p, int nCutsUsed, int Mode, int fPreprocess, int fFirst, char * pLabel )
{
ProgressBar * pProgress;
ProgressBar * pProgress = NULL;
If_Obj_t * pObj;
int i;
abctime clk = Abc_Clock();