Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix ignore global variable
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 12 Aug 2013 18:11:35 +0000 (20:11 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 12 Aug 2013 18:11:35 +0000 (20:11 +0200)
src/mc/mc_global.c

index 9120ca0..b687887 100644 (file)
@@ -1393,7 +1393,6 @@ void MC_ignore_global_variable(const char *name){
         xbt_dynar_remove_at(mc_global_variables_libsimgrid, cursor, NULL);
         start = 0;
         end = xbt_dynar_length(mc_global_variables_libsimgrid) - 1;
-        break;
       }else if(strcmp(current_var->name, name) < 0){
         start = cursor + 1;
       }else{