From 6a0dca4535f44b9cd61bec9eecf9f929f5ade9fc Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 1 Feb 2013 23:55:12 +0800 Subject: Integration of timing manager. --- src/misc/tim/timMan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc') diff --git a/src/misc/tim/timMan.c b/src/misc/tim/timMan.c index 60581e8e..8900fda4 100644 --- a/src/misc/tim/timMan.c +++ b/src/misc/tim/timMan.c @@ -195,6 +195,7 @@ void Tim_ManCreate( Tim_Man_t * p, void * pLib, Vec_Flt_t * vInArrs, Vec_Flt_t * int i, k; assert( p->vDelayTables == NULL ); p->vDelayTables = Vec_PtrStart( Vec_PtrSize(pLibBox->vBoxes) ); + if ( p->vBoxes ) Tim_ManForEachBox( p, pBox, i ) { if ( pBox->iDelayTable == -1 ) -- cgit v1.2.3