X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8b5faafecff77b1540810d84fc0b387f85952a5..cc63d7b267be4c20633a0be7db63b3d88030bee6:/src/mc/mc_compare.c diff --git a/src/mc/mc_compare.c b/src/mc/mc_compare.c index 5a6eb587e4..5bc8380dc4 100644 --- a/src/mc/mc_compare.c +++ b/src/mc/mc_compare.c @@ -453,7 +453,9 @@ int snapshot_compare(void *state1, void *state2){ /* Stacks comparison */ unsigned int cursor = 0; int diff_local = 0; +#ifdef MC_DEBUG is_diff = 0; +#endif mc_snapshot_stack_t stack1, stack2; while(cursor < xbt_dynar_length(s1->stacks)){