diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-18 20:14:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 20:14:58 +0200 |
commit | 1b639b6eafdaa5fe06d94c9a8b579d9bfd6f9948 (patch) | |
tree | a775d403bb3d04515b92e1565bf24525065b0644 /xmrstak/backend/cpu/minethd.cpp | |
parent | 98630910b1fd398ccd919c0520decbaed8bfcb98 (diff) | |
parent | 67e135a317c28d343779d990e551ea315c4717e3 (diff) | |
download | xmr-stak-1b639b6eafdaa5fe06d94c9a8b579d9bfd6f9948.zip xmr-stak-1b639b6eafdaa5fe06d94c9a8b579d9bfd6f9948.tar.gz |
Merge pull request #54 from fireice-uk/topic-fix
add order_fix for double hash
Diffstat (limited to 'xmrstak/backend/cpu/minethd.cpp')
-rw-r--r-- | xmrstak/backend/cpu/minethd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmrstak/backend/cpu/minethd.cpp b/xmrstak/backend/cpu/minethd.cpp index eb395a5..625fbe4 100644 --- a/xmrstak/backend/cpu/minethd.cpp +++ b/xmrstak/backend/cpu/minethd.cpp @@ -410,6 +410,8 @@ void minethd::double_work_main() if(affinity >= 0) //-1 means no affinity bindMemoryToNUMANode(affinity); + order_fix.set_value(); + cn_hash_fun_dbl hash_fun; cryptonight_ctx* ctx0; cryptonight_ctx* ctx1; |