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