mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Added #if to fix compile errors.
This commit is contained in:
@@ -118,7 +118,7 @@ void TranspositionTable::clear() {
|
||||
/// TTEntry t2 if its replace value is greater than that of t2.
|
||||
|
||||
TTEntry* TranspositionTable::probe(const Key key, bool& found) const {
|
||||
#if defined(EVAL_LEARN)
|
||||
#if defined(DISABLE_TT)
|
||||
return found = false, first_entry(0);
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user