Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The impossible might be possible sometimes, actually
[simgrid.git] / src / simix / smx_host.c
index fa2d965..7eac4a4 100644 (file)
@@ -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;