mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
committed by
Marco Costalba
parent
85e60bfc8e
commit
78c6bb1079
+1
-2
@@ -2632,8 +2632,7 @@ namespace {
|
|||||||
// finished their work at this split point, return from the idle loop.
|
// finished their work at this split point, return from the idle loop.
|
||||||
if (waitSp != NULL && waitSp->cpus == 0)
|
if (waitSp != NULL && waitSp->cpus == 0)
|
||||||
{
|
{
|
||||||
assert( threads[threadID].state == THREAD_AVAILABLE
|
assert(threads[threadID].state == THREAD_AVAILABLE);
|
||||||
|| threads[threadID].state == THREAD_SEARCHING);
|
|
||||||
|
|
||||||
threads[threadID].state = THREAD_SEARCHING;
|
threads[threadID].state = THREAD_SEARCHING;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user