Fixed regression.

This commit is contained in:
XMRig 2019-10-11 23:21:02 +07:00
parent 71108e1bde
commit 228f02c361
3 changed files with 5 additions and 2 deletions

View file

@ -53,7 +53,7 @@ size_t inline generate<Algorithm::CN>(Threads<CpuThreads> &threads, uint32_t lim
{
size_t count = 0;
count += generate("cn", threads, Algorithm::CN_0, limit);
count += generate("cn", threads, Algorithm::CN_1, limit);
if (!threads.isExist(Algorithm::CN_0)) {
threads.disable(Algorithm::CN_0);