X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=ee262ba5bc1c2407b14f95c8f6036dfd6945eef4;hp=1d40b8fdb29e64c83b8c58ccfd11416197c4102b;hb=a98dee783582c84ca2647ca28daad0c9a13d1d35;hpb=a49e4fac9839263ef2a3b885a051ec842b1202d9 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 1d40b8fd..ee262ba5 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -151,7 +151,7 @@ void benchmark(const string& commandLine) { { Move moves[1] = {MOVE_NONE}; int dummy[2] = {0, 0}; - Position pos(*it); + Position pos(*it, 0); cerr << "\nBench position: " << cnt << '/' << positions.size() << endl << endl; if (limitType == "perft") {