X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da9d640d914fb561db6cac31908505e8198c191b..d6fc96fb24bb0006584d44bee70df5f67b37f5fb:/src/simix/smx_host.c diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 1984381f79..c3c6546fb4 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -419,7 +419,8 @@ void SIMIX_host_execution_set_priority(u_smx_scalar_t *args) void SIMIX_pre_host_execution_wait(u_smx_scalar_t *args) { - smx_action_t action = args[0].p; + smx_simcall_t simcall = args[0].p; + smx_action_t action = args[1].p; XBT_DEBUG("Wait for execution of action %p, state %d", action, (int)action->state);