From c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 14 Mar 2014 21:55:49 -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 84710ff5..f8ac8423 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