]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.cpp
Small cleanups
[stockfish] / src / syzygy / tbprobe.cpp
index 2532bbd34fc0a871c498e1b91df103c284b7c007..34e4331da1c39c5dfeb3a4385255506558c7bbab 100644 (file)
@@ -769,7 +769,7 @@ Ret do_probe_table(const Position& pos, T* entry, WDLScore wdl, ProbeState* resu
         if (!off_A1H8(squares[i]))
             continue;
 
-        if (off_A1H8(squares[i]) > 0) // A1-H8 diagonal flip: SQ_A3 -> SQ_C3
+        if (off_A1H8(squares[i]) > 0) // A1-H8 diagonal flip: SQ_A3 -> SQ_C1
             for (int j = i; j < size; ++j)
                 squares[j] = Square(((squares[j] >> 3) | (squares[j] << 3)) & 63);
         break;