Browse Source

Merge branch 'master' of github.com:ckolivas/cgminer

Con Kolivas 13 years ago
parent
commit
b34f36b700
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.h

+ 1 - 1
miner.h

@@ -352,7 +352,7 @@ struct cgpu_info {
 	int threads;
 	int threads;
 	struct thr_info **thr;
 	struct thr_info **thr;
 
 
-	unsigned int max_hashes;
+	int64_t max_hashes;
 
 
 	const char *kname;
 	const char *kname;
 #ifdef HAVE_OPENCL
 #ifdef HAVE_OPENCL