Browse Source

Revert "Don't miss first work item."

This reverts commit 57f5893f4a.

Start reverting. This fix didn't help.
nfactor-troky
Con Kolivas 13 years ago
parent
commit
1d45b7f475
  1. 1
      main.c

1
main.c

@ -1676,7 +1676,6 @@ 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…
Cancel
Save