summaryrefslogtreecommitdiffstats
path: root/src/aig/fra/fraIndVer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/fra/fraIndVer.c')
-rw-r--r--src/aig/fra/fraIndVer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/fra/fraIndVer.c b/src/aig/fra/fraIndVer.c
index efc516c9..71faa346 100644
--- a/src/aig/fra/fraIndVer.c
+++ b/src/aig/fra/fraIndVer.c
@@ -150,7 +150,7 @@ int Fra_InvariantVerify( Aig_Man_t * pAig, int nFrames, Vec_Int_t * vClauses, Ve
if ( CounterBase || CounterInd )
return 0;
printf( "Invariant verification: %d clauses verified correctly. ", Vec_IntSize(vClauses) );
- PRT( "Time", clock() - clk );
+ ABC_PRT( "Time", clock() - clk );
return 1;
}