Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc_api::automaton_load() defined
[simgrid.git] / src / mc / mc_request.cpp
index cea6c69d7eb2e4a2efc733346ff4d9dee3ac38f7..71dc00b20e006f9ee024f29e98db043686f4aa25 100644 (file)
@@ -371,7 +371,7 @@ bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx)
       break;
 
     case Simcall::COMM_WAITANY:
-      remote_act = mc_model_checker->get_remote_simulation().read(remote(simcall_comm_testany__get__comms(req) + idx));
+      remote_act = mc_model_checker->get_remote_simulation().read(remote(simcall_comm_waitany__get__comms(req) + idx));
       break;
 
     case Simcall::COMM_TESTANY: