X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6470b828c1ea58d42306ff3fc810f15e0ad4e64c..ea6f6b66934613235f03c2a768cb84cba48db423:/src/mc/mc_global.c?ds=sidebyside diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 2fba00d1a6..4ae023d8dd 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -1875,7 +1875,7 @@ void MC_modelcheck_safety(void) MC_SET_RAW_MEM; /* Save the initial state */ initial_state_safety = xbt_new0(s_mc_global_t, 1); - initial_state_safety->snapshot = MC_take_snapshot(); + initial_state_safety->snapshot = MC_take_snapshot(0); MC_UNSET_RAW_MEM; MC_dpor();