X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3070e56235256fcd3dfed7d241eebaf1e4dafc07..c5b66507bed01d07f72d09e96250a1cdfeaa90a4:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index 77604abaa4..f7b5259cc1 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -420,7 +420,7 @@ case SIMCALL_SET_CATEGORY: break; case SIMCALL_RUN_KERNEL: - SIMIX_run_kernel(simgrid::simix::unmarshal(simcall->args[0])); + SIMIX_run_kernel(simgrid::simix::unmarshal const*>(simcall->args[0])); SIMIX_simcall_answer(simcall); break; case NUM_SIMCALLS: