mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-12 06:02:01 +00:00
Don't miss first work item.
This commit is contained in:
parent
a2dd410e36
commit
57f5893f4a
1
main.c
1
main.c
@ -1676,6 +1676,7 @@ static void *gpuminer_thread(void *userdata)
|
|||||||
"gpu mining thread %d", mythr->id);
|
"gpu mining thread %d", mythr->id);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
mythr->best_g = ~0;
|
||||||
mythr->cgpu->getworks++;
|
mythr->cgpu->getworks++;
|
||||||
work->thr_id = thr_id;
|
work->thr_id = thr_id;
|
||||||
requested = false;
|
requested = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user