X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/69df130a50b94f86e4ef3fae61b68bfa2bbaccca..7f40b5467867639e341f20ac756294b86feaf737:/src/simix/smx_host.c diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index fa2d965d00..7eac4a4739 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -364,7 +364,8 @@ void SIMIX_execution_finish(smx_action_t action) break; default: - THROW_IMPOSSIBLE; + xbt_die("Internal error in SIMIX_execution_finish: unexpected action state %d", + action->state); } req->issuer->waiting_action = NULL; req->host_execution_wait.result = action->state;