Browse Source

initialize num

pull/1/head
orignal 7 years ago
parent
commit
81077f7d0b
  1. 2
      algorithm.c

2
algorithm.c

@ -505,7 +505,7 @@ static cl_int queue_sibcoin_mod_kernel(struct __clState *clState, struct _dev_bl @@ -505,7 +505,7 @@ static cl_int queue_sibcoin_mod_kernel(struct __clState *clState, struct _dev_bl
static cl_int queue_gostcoin_mod_kernel(struct __clState *clState, struct _dev_blk_ctx *blk, __maybe_unused cl_uint threads)
{
cl_kernel *kernel = &clState->kernel;
unsigned int num;
unsigned int num = 0;
cl_ulong le_target;
cl_int status = 0;

Loading…
Cancel
Save