浏览代码

Fix ifdef

Samuel Thibault 12 年之前
父节点
当前提交
bd3883c1e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/datawizard/interfaces/multiformat/advanced/multiformat_worker.c

+ 1 - 1
tests/datawizard/interfaces/multiformat/advanced/multiformat_worker.c

@@ -46,7 +46,7 @@ static struct starpu_codelet cl =
 #ifdef STARPU_USE_OPENCL
 #ifdef STARPU_USE_OPENCL
 	.opencl_funcs = { opencl_func, NULL },
 	.opencl_funcs = { opencl_func, NULL },
 #endif
 #endif
-#ifdef STARPU_MIC
+#ifdef STARPU_USE_MIC
 	.mic_funcs = {mic_func, NULL},
 	.mic_funcs = {mic_func, NULL},
 #endif
 #endif
 	.nbuffers = 1,
 	.nbuffers = 1,