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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt/mfs/mfsGia.c b/src/opt/mfs/mfsGia.c
index 07c258ab..88c0a45e 100644
--- a/src/opt/mfs/mfsGia.c
+++ b/src/opt/mfs/mfsGia.c
@@ -205,7 +205,8 @@ int Abc_NtkMfsTryResubOnceGia( Mfs_Man_t * p, int * pCands, int nCands )
int fVeryVerbose = 0;
int fUseGia = 1;
unsigned * pData;
- int i, iVar, status, iOut, clk = clock();
+ int i, iVar, status, iOut;
+ clock_t clk = clock();
p->nSatCalls++;
// return -1;
assert( p->pGia != NULL );