Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : ignore new local variable
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 16 Nov 2012 16:38:17 +0000 (17:38 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 16 Nov 2012 16:38:17 +0000 (17:38 +0100)
src/msg/msg_gos.c

index 24babd3..1b6ac3d 100644 (file)
@@ -438,6 +438,7 @@ int MSG_comm_test(msg_comm_t comm)
   if (MC_is_active()){
     MC_ignore_stack("e", "MSG_comm_test");
     MC_ignore_stack("__ex_cleanup", "MSG_comm_test");
+    MC_ignore_stack("__ex_mctx_me", "MSG_comm_test");
   }
 
   TRY {