mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 02:47:45 +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.
|
||||
if (waitSp != NULL && waitSp->cpus == 0)
|
||||
{
|
||||
assert( threads[threadID].state == THREAD_AVAILABLE
|
||||
|| threads[threadID].state == THREAD_SEARCHING);
|
||||
assert(threads[threadID].state == THREAD_AVAILABLE);
|
||||
|
||||
threads[threadID].state = THREAD_SEARCHING;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user