Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : use xbt_abort after exhaustive exploration
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 2 Jan 2013 17:59:52 +0000 (18:59 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 2 Jan 2013 17:59:52 +0000 (18:59 +0100)
src/mc/mc_global.c

index b7ed883..5ebe09e 100644 (file)
@@ -290,6 +290,7 @@ void MC_exit(void)
 {
   xbt_free(mc_time);
   MC_memory_exit();
+  xbt_abort();
 }