瀏覽代碼

gcc-plugin: update type for home_node following trunk@#18601

Nathalie Furmento 8 年之前
父節點
當前提交
5d6b8616db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gcc-plugin/tests/mocks.h

+ 1 - 1
gcc-plugin/tests/mocks.h

@@ -293,7 +293,7 @@ struct data_register_arguments expected_register_arguments;
 
 
 void
 void
 starpu_vector_data_register (starpu_data_handle_t *handle,
 starpu_vector_data_register (starpu_data_handle_t *handle,
-			     unsigned home_node, uintptr_t ptr,
+			     int home_node, uintptr_t ptr,
 			     uint32_t count, size_t elemsize)
 			     uint32_t count, size_t elemsize)
 {
 {
   /* Sometimes tests cannot tell what the pointer will be (for instance, for
   /* Sometimes tests cannot tell what the pointer will be (for instance, for