X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=e3201081635be80e9aaa5a3520b13ff90cf3d21e;hp=ef225847776eb593757e376de49824ceb6e2a60d;hb=efeb37c33f15a903dbe5706529a7a26511e9ca58;hpb=d440ddb48760a3d5d313bf5775d2083c2528bed1 diff --git a/src/pawns.cpp b/src/pawns.cpp index ef225847..e3201081 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -91,7 +91,7 @@ PawnInfoTable::PawnInfoTable() { { std::cerr << "Failed to allocate " << (PawnTableSize * sizeof(PawnInfo)) << " bytes for pawn hash table." << std::endl; - Application::exit_with_failure(); + exit(EXIT_FAILURE); } memset(entries, 0, PawnTableSize * sizeof(PawnInfo)); }