Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
And now, try to compile before commiting in order to not commit invalid code (sorry)
[simgrid.git] / src / xbt / context.c
index 77040cd..90b7fae 100644 (file)
@@ -336,7 +336,7 @@ static void xbt_context_stop(int retvalue) {
 #else
   __xbt_context_yield(current_context);
 #endif
-  THROW_IMPOSSIBLE();
+  THROW_IMPOSSIBLE;
 }