Explorar o código

Fix variable_size in 32bit builds

Samuel Thibault %!s(int64=7) %!d(string=hai) anos
pai
achega
ca8e5f1e4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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