From 3f7cfde14b86843fe10c1412a82d5ffffcfc0bb8 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 14 Mar 2014 21:53:45 -0700 Subject: Experiments with simulation. --- src/map/if/ifTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifTest.c') diff --git a/src/map/if/ifTest.c b/src/map/if/ifTest.c index f8ac8423..84710ff5 100644 --- a/src/map/if/ifTest.c +++ b/src/map/if/ifTest.c @@ -213,7 +213,7 @@ void * Gia_ParWorkerThread( void * pArg ) unsigned Counter = 0; while ( 1 ) { - while ( pThData->Status == 0 ) + while ( pThData->Status == 0 ); printf( "" ); assert( pThData->Status == 1 ); if ( pThData->Id == -1 ) -- cgit v1.2.3