aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sha256_4way.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sha256_4way.c b/sha256_4way.c
index 3fe3114..f621136 100644
--- a/sha256_4way.c
+++ b/sha256_4way.c
@@ -122,6 +122,7 @@ unsigned int ScanHash_4WaySSE2(unsigned char *pmidstate, unsigned char *pdata,
for (i = 0; i < 32/4; i++)
((unsigned int*)phash)[i] = thash[i][j];
*nHashesDone = nonce;
+ *nNonce_p = nonce + j;
return nonce + j;
}
}