Skip to content

Commit

Permalink
Bench: 3770184
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Oct 14, 2023
1 parent 61d2433 commit e486ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ int Quiesce(int alpha, int beta, int depth, ThreadData* thread, SearchStack* ss)
int ttEval = EVAL_UNKNOWN;
int ttDepth = DEPTH_OFFSET;
int ttBound = BOUND_UNKNOWN;
int ttPv = isPV;
int ttPv = 0;

TTEntry* tt = TTProbe(board->zobrist, ss->ply, &ttHit, &hashMove, &ttScore, &ttEval, &ttDepth, &ttBound, &ttPv);

Expand Down

0 comments on commit e486ac2

Please sign in to comment.