X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=0ed2fff4db4007737aeab8216ebc4a51e87d350f;hp=0c19d820b5e8c80656e8340a2e312c7645caecae;hb=158014b39d69eaaf791d4913b98ffde5c4d7a874;hpb=231f62baf7b6d9cee18bf7e85bed0fc9b78eed73 diff --git a/src/position.cpp b/src/position.cpp index 0c19d820..0ed2fff4 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -918,7 +918,7 @@ void Position::do_move(Move m, StateInfo& newSt, const CheckInfo& ci, bool moveI } // Prefetch pawn and material hash tables - prefetch((char*)thisThread->pawnTable.entries[st->pawnKey]); + prefetch((char*)thisThread->pawnsTable[st->pawnKey]); prefetch((char*)thisThread->materialTable[st->materialKey]); // Update incremental scores