summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifTest.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-03-14 21:55:49 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-03-14 21:55:49 -0700
commitc7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8 (patch)
treec266e30e760367197994f098c095135d12446aae /src/map/if/ifTest.c
parent3f7cfde14b86843fe10c1412a82d5ffffcfc0bb8 (diff)
downloadabc-c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8.tar.gz
abc-c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8.tar.bz2
abc-c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8.zip
Experiments with simulation.
Diffstat (limited to 'src/map/if/ifTest.c')
-rw-r--r--src/map/if/ifTest.c2
1 files changed, 1 insertions, 1 deletions
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 )