From df8facc22815f9eca0897e27ccce30701ba95322 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 23 Aug 2026 11:28:49 -0700 Subject: Clean X64 build and ported GetAttacks to x64. --- src/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash.c') 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; -- cgit v1.3