Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that the last stack element is set when an assertion failure occures
[simgrid.git] / src / mc / checker / SafetyChecker.cpp
index 77a35ea..7094cef 100644 (file)
@@ -124,7 +124,7 @@ void SafetyChecker::run()
     }
 
     /* Actually answer the request: let execute the selected request (MCed does one step) */
-    state->set_transition(state->execute_next(next));
+    state->execute_next(next);
 
     // If there are processes to interleave and the maximum depth has not been
     // reached then perform one step of the exploration algorithm.