Browse Source

Report thread in during getting of work in benchmark mode.

Con Kolivas 14 years ago
parent
commit
88a9d83e19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cgminer.c

+ 1 - 0
cgminer.c

@@ -3235,6 +3235,7 @@ static bool get_work(struct work *work, bool requested, struct thr_info *thr,
 
 	if (opt_benchmark) {
 		get_benchmark_work(work);
+		thread_reportin(thr);
 		return true;
 	}
 retry: