Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : init var
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 25 Sep 2013 14:32:28 +0000 (16:32 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 25 Sep 2013 14:32:44 +0000 (16:32 +0200)
src/mc/mc_checkpoint.c

index f6612b7..c75d4f5 100644 (file)
@@ -501,7 +501,7 @@ static xbt_dynar_t MC_get_local_variables_values(void *stack_context){
   int frame_found = 0, region_type;
   void *frame_pointer_address = NULL;
   long true_ip, value;
   int frame_found = 0, region_type;
   void *frame_pointer_address = NULL;
   long true_ip, value;
-  int stop;
+  int stop = 0;
 
   xbt_dynar_t variables = xbt_dynar_new(sizeof(local_variable_t), local_variable_free_voidp);
 
 
   xbt_dynar_t variables = xbt_dynar_new(sizeof(local_variable_t), local_variable_free_voidp);