X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=3b636b935d431ac1af263b6e1ede2fc882fb3e23;hp=27245ec7c73904dd5c32a7cced6b7b4d461561d3;hb=1c7a727795b82de75ed83e9648a94134ef75576a;hpb=e56e5045dd48489a304e2b46d5461361b205b237 diff --git a/src/movepick.cpp b/src/movepick.cpp index 27245ec7..3b636b93 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -245,7 +245,7 @@ void MovePicker::generate_next_stage() { /* Fall through */ case STOP: - endMoves = cur + 1; // Avoid another next_phase() call + endMoves = cur + 1; // Avoid another generate_next_stage() call break; default: