Explorar o código

Add missing break

Samuel Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
4df0096abe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/workers.c

+ 1 - 0
src/core/workers.c

@@ -474,6 +474,7 @@ static unsigned _starpu_may_launch_driver(struct starpu_conf *conf,
 		case STARPU_CPU_WORKER:
 			if (d->id.cpu_id == conf->not_launched_drivers[i].id.cpu_id)
 				return 0;
+			break;
 		case STARPU_CUDA_WORKER:
 			if (d->id.cuda_id == conf->not_launched_drivers[i].id.cuda_id)
 				return 0;