Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar don't like comments ending with ';'
[simgrid.git] / src / simix / popping_generated.cpp
index 5184279..f24a394 100644 (file)
@@ -97,11 +97,11 @@ case SIMCALL_PROCESS_SLEEP:
 
 case SIMCALL_EXECUTION_START:
   simgrid::simix::marshal<boost::intrusive_ptr<simgrid::kernel::activity::ExecImpl>>(
-      simcall->result,
-      simcall_HANDLER_execution_start(
-          simcall, simgrid::simix::unmarshal<const char*>(simcall->args[0]),
-          simgrid::simix::unmarshal<double>(simcall->args[1]), simgrid::simix::unmarshal<double>(simcall->args[2]),
-          simgrid::simix::unmarshal<double>(simcall->args[3]), simgrid::simix::unmarshal<sg_host_t>(simcall->args[4])));
+      simcall->result, SIMIX_execution_start(simgrid::simix::unmarshal<const char*>(simcall->args[0]),
+                                             simgrid::simix::unmarshal<double>(simcall->args[1]),
+                                             simgrid::simix::unmarshal<double>(simcall->args[2]),
+                                             simgrid::simix::unmarshal<double>(simcall->args[3]),
+                                             simgrid::simix::unmarshal<sg_host_t>(simcall->args[4])));
   SIMIX_simcall_answer(simcall);
   break;