Bug fix in the timeout for 'int'.

This commit is contained in:
Alan Mishchenko 2013-07-01 15:33:32 -07:00
parent 64e2ee223b
commit 779cff2193
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ void * Inta_ManInterpolate( Inta_Man_t * p, Sto_Man_t * pCnf, abctime TimeToStop
int RetValue = 1;
abctime clkTotal = Abc_Clock();
if ( Abc_Clock() > TimeToStop )
if ( TimeToStop && Abc_Clock() > TimeToStop )
return NULL;
// check that the CNF makes sense