Explorar el Código

fix build FXT+verbose

Samuel Thibault hace 12 años
padre
commit
9e814bef1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/debug/traces/starpu_fxt.c

+ 1 - 1
src/debug/traces/starpu_fxt.c

@@ -1973,7 +1973,7 @@ void starpu_fxt_write_data_trace(char *filename_in)
 		default:
 #ifdef STARPU_VERBOSE
 			fprintf(stderr, "unknown event.. %x at time %llx WITH OFFSET %llx\n",
-				(unsigned)ev.code, (long long unsigned)ev.time, (long long unsigned)(ev.time-options->file_offset));
+				(unsigned)ev.code, (long long unsigned)ev.time, (long long unsigned)(ev.time));
 #endif
 			break;
 		}