Commit c7c3aa3f by Alan Mishchenko

Experiments with simulation.

parent 3f7cfde1
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment