1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00
This commit is contained in:
Con Kolivas 2011-07-13 12:08:43 +10:00
parent a8b39bcb7c
commit 56d830a216

3
main.c
View File

@ -1759,8 +1759,7 @@ static void reinit_gputhread(int thr_id)
clStates[thr_id] = initCl(gpu, name, sizeof(name)); clStates[thr_id] = initCl(gpu, name, sizeof(name));
if (!clStates[thr_id]) { if (!clStates[thr_id]) {
applog(LOG_ERR, "Failed to reinit GPU thread %d", thr_id); applog(LOG_ERR, "Failed to reinit GPU thread %d", thr_id);
kill_work(); goto failed_out;
return;
} }
applog(LOG_INFO, "initCl() finished. Found %s", name); applog(LOG_INFO, "initCl() finished. Found %s", name);