X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=fedad43241050a6c33007a5b269501f33bf48264;hp=8099787ec71980751e8fa826f641e058326e0609;hb=bcbab1937670ca39ddb0a216ff9a787e56b79b3a;hpb=d29a68f5854d0b529f2e0447fddcc6a61200c5aa diff --git a/src/search.cpp b/src/search.cpp index 8099787e..fedad432 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1566,7 +1566,7 @@ void check_time() { { Threads.mutex.lock(); - int nodes = RootPos.nodes_searched(); + int64_t nodes = RootPos.nodes_searched(); // Loop across all split points and sum accumulated SplitPoint nodes plus // all the currently active positions nodes.