X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=657a4d581e13337985aad7ecef434c95eb286c57;hp=2172180cfb694783feddebd048e7546133475f98;hb=05cfb00f26ca075ac972e320aaeabefe20599aea;hpb=339e1b49f619ceffa75019e196adf4de74b32cce diff --git a/src/position.cpp b/src/position.cpp index 2172180c..657a4d58 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -1048,8 +1048,8 @@ void Position::do_move(Move m, StateInfo& newSt, const CheckInfo& ci, bool moveI } // Prefetch pawn and material hash tables - ThreadsMgr[threadID].pawnTable.prefetch(st->pawnKey); - ThreadsMgr[threadID].materialTable.prefetch(st->materialKey); + Threads[threadID].pawnTable.prefetch(st->pawnKey); + Threads[threadID].materialTable.prefetch(st->materialKey); // Update incremental scores st->value += pst_delta(piece, from, to);