From: Marion Guthmuller Date: Mon, 10 Dec 2012 15:53:55 +0000 (+0100) Subject: model-checker : forget one fix in MC_state_set_executed_request X-Git-Tag: v3_9_rc1~86^2~142 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ea1c5a880fd056c637c99a6cc7ec0b9b62ac87c7 model-checker : forget one fix in MC_state_set_executed_request --- diff --git a/src/mc/mc_state.c b/src/mc/mc_state.c index 4ed8dc7646..7faf1f1260 100644 --- a/src/mc/mc_state.c +++ b/src/mc/mc_state.c @@ -97,7 +97,7 @@ void MC_state_set_executed_request(mc_state_t state, smx_simcall_t req, int valu if(value > 0) state->internal_comm = *xbt_dynar_get_as(simcall_comm_testany__get__comms(req), value, smx_action_t); - simcall_comm_test__set__comm(&state->internal_req, xbt_dynar_get_as(simcall_comm_testany__get__comms(req), value, smx_action_t)); + simcall_comm_test__set__comm(&state->internal_req, &state->internal_comm); simcall_comm_test__set__result(&state->internal_req, value); break;