Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove maestro stack from stack comparison
[simgrid.git] / src / mc / mc_compare.c
index 232fe72..2601939 100644 (file)
@@ -179,7 +179,7 @@ int snapshot_compare(mc_snapshot_t s1, mc_snapshot_t s2){
   }
 
   /* Stacks comparison */
-  unsigned int cursor = 1;
+  unsigned int cursor = 0;
   stack_region_t stack_region1, stack_region2;
   void *sp1, *sp2;
   int diff = 0, diff_local = 0;