X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftt.cpp;h=63c3e995ab30b22f33191faf22a881350fe19cf9;hb=9da1f45b1d310fbe213a7f51916e098fba837a9a;hp=375c00a67308fbc934e7cad2fe569f5a780468f3;hpb=9ca4359f3691305fc5e3306c3084c83557ce09c0;p=stockfish diff --git a/src/tt.cpp b/src/tt.cpp index 375c00a6..63c3e995 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -70,7 +70,7 @@ void TranspositionTable::set_size(size_t mbSize) { { std::cerr << "Failed to allocate " << mbSize << " MB for transposition table." << std::endl; - Application::exit_with_failure(); + exit(EXIT_FAILURE); } clear(); }