X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=4ea010728574e04c80f0112a388c610185845a46;hp=4f5a3480ef00c68270d38647a14d3f68df511e85;hb=48246468f2874c9e5e985baf224e202433d53fd3;hpb=2b6bc70f7bf266602a3ca59abb606699bdf544c8 diff --git a/src/search.cpp b/src/search.cpp index 4f5a3480..4ea01072 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -802,7 +802,6 @@ namespace { if (stopSearch) { - //FIXME: Implement fail-low emergency measures if (!PonderSearch) break; else @@ -2119,7 +2118,7 @@ namespace { moves[count].score = -qsearch(pos, ss, -VALUE_INFINITE, VALUE_INFINITE, Depth(0), 1, 0); pos.undo_move(moves[count].move); moves[count].pv[0] = moves[count].move; - moves[count].pv[1] = MOVE_NONE; // FIXME + moves[count].pv[1] = MOVE_NONE; count++; } sort();