mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 11:06:58 +08:00
committed by
Marco Costalba
parent
85e60bfc8e
commit
78c6bb1079
@@ -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