1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Don't miss first work item.

This commit is contained in:
Con Kolivas 2011-07-17 19:36:17 +10:00
parent a2dd410e36
commit 57f5893f4a

1
main.c
View File

@ -1676,6 +1676,7 @@ static void *gpuminer_thread(void *userdata)
"gpu mining thread %d", mythr->id);
goto out;
}
mythr->best_g = ~0;
mythr->cgpu->getworks++;
work->thr_id = thr_id;
requested = false;