X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=31de0b01e4979e5f5fd23adff739e000b7d4dcd3;hp=f205774124063dca9e3fed76471d2e0083d89115;hb=84ec1f7331f402f4ab2e2201b72b3ee378cce659;hpb=b1ac6c69a077c95c122a82d5b757adf9470fb308 diff --git a/src/search.cpp b/src/search.cpp index f2057741..31de0b01 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -2981,7 +2981,7 @@ namespace { splitPoint->mp = mp; splitPoint->moves = *moves; splitPoint->cpus = 1; - splitPoint->pos.copy(p); + splitPoint->pos.fast_copy(p); splitPoint->parentSstack = sstck; for (i = 0; i < ActiveThreads; i++) splitPoint->slaves[i] = 0;