X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.cpp;h=63c3e995ab30b22f33191faf22a881350fe19cf9;hp=375c00a67308fbc934e7cad2fe569f5a780468f3;hb=1a20d727019548de69314a90ae59a3b8a76b4ae7;hpb=9ca4359f3691305fc5e3306c3084c83557ce09c0 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(); }