Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : cosmetics
authorMarion Guthmuller <marion.guthmuller@inria.fr>
Mon, 9 Feb 2015 18:38:55 +0000 (19:38 +0100)
committerMarion Guthmuller <marion.guthmuller@inria.fr>
Mon, 9 Feb 2015 18:41:11 +0000 (19:41 +0100)
src/mc/mc_global.c

index 81c594f..5b867af 100644 (file)
@@ -216,9 +216,8 @@ void MC_init()
 
     smx_process_t process;
     xbt_swag_foreach(process, simix_global->process_list) {
-      MC_ignore_heap(&(process->process_hookup),
-                     sizeof(process->process_hookup));
-                     }
+      MC_ignore_heap(&(process->process_hookup), sizeof(process->process_hookup));
+    }
   }
 
   if (raw_mem_set)