From: Marion Guthmuller Date: Tue, 3 Jun 2014 16:14:09 +0000 (+0200) Subject: model-checker : use the right heap X-Git-Tag: v3_12~956^2~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78c913384603a2111abf8f170b2a2d0090aabf45?hp=37718d60e79ea80109417995fb94aa9cbbe29e14 model-checker : use the right heap --- diff --git a/src/mc/mc_comm_determinism.c b/src/mc/mc_comm_determinism.c index a986715cf3..37a6f9054f 100644 --- a/src/mc/mc_comm_determinism.c +++ b/src/mc/mc_comm_determinism.c @@ -415,6 +415,7 @@ void MC_modelcheck_comm_determinism(void) XBT_INFO("Communications pattern counter-example:"); print_communications_pattern(communications_pattern); MC_print_statistics(mc_stats); + MC_SET_STD_HEAP; return; } else if (initial_global_state->send_deterministic == 0 && _sg_mc_send_determinism) { @@ -429,6 +430,7 @@ void MC_modelcheck_comm_determinism(void) XBT_INFO("Communications pattern counter-example:"); print_communications_pattern(communications_pattern); MC_print_statistics(mc_stats); + MC_SET_STD_HEAP; return; } } else {