X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=16bda2809147f9d299d9b425ae8d00d9997ff071;hp=d845fdf2e4183f2fdaa10bb656b66d1ab6439749;hb=782c3f36ccd4aeb52fd7eb92590d5e5e48741eaa;hpb=8272dcb6cd42c5c92ce7bb77797d52aebc83355b diff --git a/src/thread.cpp b/src/thread.cpp index d845fdf2..16bda280 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -253,7 +253,7 @@ template Value ThreadsManager::split(Position& pos, SearchStack* ss, Value alpha, Value beta, Value bestValue, Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType) { - assert(pos.is_ok()); + assert(pos.pos_is_ok()); assert(bestValue >= -VALUE_INFINITE); assert(bestValue <= alpha); assert(alpha < beta);