]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Retire Application class
[stockfish] / src / pawns.cpp
index ef225847776eb593757e376de49824ceb6e2a60d..e3201081635be80e9aaa5a3520b13ff90cf3d21e 100644 (file)
@@ -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));
 }