Commit 3f7cfde1 by Alan Mishchenko

Experiments with simulation.

parent cb65ccd2
......@@ -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