diff options
| author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-03-14 21:55:49 -0700 | 
|---|---|---|
| committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-03-14 21:55:49 -0700 | 
| commit | c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8 (patch) | |
| tree | c266e30e760367197994f098c095135d12446aae | |
| parent | 3f7cfde14b86843fe10c1412a82d5ffffcfc0bb8 (diff) | |
| download | abc-c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8.tar.gz abc-c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8.tar.bz2 abc-c7c3aa3f2db5a7044a73e1af9d9ced2aa827c9e8.zip | |
Experiments with simulation.
| -rw-r--r-- | src/map/if/ifTest.c | 2 | 
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 ) | 
