Samuel Thibault hace 11 años
padre
commit
b40a05fe3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/timing.c

+ 1 - 1
src/common/timing.c

@@ -130,7 +130,7 @@ static unsigned long long _starpu_residual = 0;
 static int _starpu_inited = 0;
 
 #if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
-static int mygettimeofday(struct timeval tv, void *tz)
+static int mygettimeofday(struct timeval *tv, void *tz)
 {
 	if (tv)
 	{