瀏覽代碼

Fix variable_size in 32bit builds

Samuel Thibault 7 年之前
父節點
當前提交
ca8e5f1e4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/datawizard/variable_size.c

+ 1 - 1
tests/datawizard/variable_size.c

@@ -23,7 +23,7 @@
  * We defined a dumb interface for data whose size increase over kernel execution
  */
 
-#define FULLSIZE (5*1024*1024)
+#define FULLSIZE (5*1024*1024ULL)
 #define INCREASE 0.80
 #ifdef STARPU_QUICK_CHECK
 #define N 5