summaryrefslogtreecommitdiff
path: root/src/hash.c
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-08-23 11:28:49 -0700
committerScott Gasch <[email protected]>2026-08-23 11:28:49 -0700
commitdf8facc22815f9eca0897e27ccce30701ba95322 (patch)
treebf90ad7ff19383fbac9b0a163f31bf3a9fb11fbe /src/hash.c
parentdc0c9dbf405095a6483705b153f4c85c64499d4e (diff)
Clean X64 build and ported GetAttacks to x64.
Diffstat (limited to 'src/hash.c')
-rwxr-xr-xsrc/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.c b/src/hash.c
index a29e375..c5e5f85 100755
--- a/src/hash.c
+++ b/src/hash.c
@@ -893,7 +893,7 @@ Return value:
// to the search.
INC(ctx->sCounters.hash.u64OverallHits);
if (pHash->mv.uMove) {
- uThisScore = COMPUTE_MOVE_SCORE(pHash->mv, uDepth);
+ uThisScore = COMPUTE_MOVE_SCORE(pHash->mv, pHash->uDepth);
ASSERT(uThisScore != 0);
if (uThisScore > uMoveScore) {
uMoveScore = uThisScore;