mirror of https://github.com/YosysHQ/abc.git
Bug fix in &splitprove.
This commit is contained in:
parent
d9f6af51af
commit
a3942996e7
|
|
@ -705,7 +705,7 @@ finish:
|
||||||
// wait till threads finish
|
// wait till threads finish
|
||||||
for ( i = 0; i < nProcs; i++ )
|
for ( i = 0; i < nProcs; i++ )
|
||||||
if ( ThData[i].fWorking )
|
if ( ThData[i].fWorking )
|
||||||
i = 0;
|
i = -1;
|
||||||
// stop threads
|
// stop threads
|
||||||
for ( i = 0; i < nProcs; i++ )
|
for ( i = 0; i < nProcs; i++ )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue