Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix compil error in some cases
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 7 Oct 2013 14:04:25 +0000 (16:04 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 7 Oct 2013 15:04:43 +0000 (17:04 +0200)
src/simix/smx_context_raw.c

index 7daec04..e42ef76 100644 (file)
@@ -572,7 +572,7 @@ static void smx_ctx_raw_runall_parallel(void)
   xbt_parmap_apply(raw_parmap, (void_f_pvoid_t) smx_ctx_raw_resume_parallel,
       simix_global->process_to_run);
 #else
-  xbt_die("You asked for a parallel execution, but you don't have any threads.")
+  xbt_die("You asked for a parallel execution, but you don't have any threads.");
 #endif
 }