Browse Source

Minor fixes.

nfactor-troky
ckolivas 13 years ago committed by Con Kolivas
parent
commit
e1d01d0635
  1. 2
      cpu-miner.c

2
cpu-miner.c

@ -665,6 +665,7 @@ err_out: @@ -665,6 +665,7 @@ err_out:
workio_cmd_free(wc);
out:
free(sd);
return NULL;
}
static bool submit_work_async(struct thr_info *thr, const struct work *work_in)
@ -888,6 +889,7 @@ static void *gpuminer_thread(void *userdata) @@ -888,6 +889,7 @@ static void *gpuminer_thread(void *userdata)
uint32_t res[128], blank_res[128];
cl_kernel *kernel;
memset(res, 0, BUFFERSIZE);
memset(blank_res, 0, BUFFERSIZE);
size_t globalThreads[1];

Loading…
Cancel
Save