From: Martin Quinson Date: Fri, 16 Jun 2017 16:03:20 +0000 (+0200) Subject: fix most of the MC tests. Liveness and CommPattern remain broken X-Git-Tag: v3.16~76 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6372a504431294a747f1513c8611912504a7cb39 fix most of the MC tests. Liveness and CommPattern remain broken --- diff --git a/src/mc/mc_base.cpp b/src/mc/mc_base.cpp index f1b7d8054c..b178888c2b 100644 --- a/src/mc/mc_base.cpp +++ b/src/mc/mc_base.cpp @@ -79,7 +79,7 @@ bool request_is_enabled(smx_simcall_t req) { /* FIXME: check also that src and dst processes are not suspended */ simgrid::kernel::activity::CommImpl* act = - static_cast(&*simcall_comm_wait__get__comm(req)); + static_cast(simcall_comm_wait__getraw__comm(req)); #if SIMGRID_HAVE_MC // Fetch from MCed memory: