X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22c1ae042f53e501bf25fc7eb53f3be1bc4d861e..c1194401ce4a41ff54a7591f4cf33c9ce2756978:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index bba0c71872..9306f6c5ce 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -20,7 +20,6 @@ #include "src/mc/mc_forward.hpp" #endif #include "src/kernel/activity/ConditionVariableImpl.hpp" -#include "src/simix/smx_host_private.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_popping); @@ -106,8 +105,7 @@ case SIMCALL_COMM_IRECV: case SIMCALL_COMM_WAITANY: simcall_HANDLER_comm_waitany( - simcall, - simgrid::simix::unmarshal*>(simcall->args[0]), + simcall, simgrid::simix::unmarshal(simcall->args[0]), simgrid::simix::unmarshal(simcall->args[1]), simgrid::simix::unmarshal(simcall->args[2])); break; @@ -178,7 +176,6 @@ case SIMCALL_RUN_BLOCKING: case SIMCALL_NONE: THROWF(arg_error, 0, "Asked to do the noop syscall on %s@%s", simcall->issuer->get_cname(), sg_host_get_name(simcall->issuer->get_host())); - break; default: THROW_IMPOSSIBLE; }