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

Revert "Don't miss first work item."

This reverts commit 57f5893f4aabdfdbb1395034fefe4ee6c9b8f8ea.

Start reverting. This fix didn't help.
This commit is contained in:
Con Kolivas 2011-07-17 20:06:25 +10:00
parent 57f5893f4a
commit 1d45b7f475

1
main.c

@ -1676,7 +1676,6 @@ 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;