diff options
Diffstat (limited to 'sha256_via.c')
-rw-r--r-- | sha256_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha256_via.c b/sha256_via.c index 39f86a5..186007e 100644 --- a/sha256_via.c +++ b/sha256_via.c @@ -57,7 +57,7 @@ bool scanhash_via(unsigned char *data_inout, stat_ctr++; - if ((hash32[7] == 0) && fulltest(tmp_hash, target)) { + if (unlikely((hash32[7] == 0) && fulltest(tmp_hash, target))) { /* swap nonce'd data back into original storage area; * TODO: only swap back the nonce, rather than all data */ |