]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/checker/SafetyChecker.cpp
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 77a35ea2ea5f0dee3eb2fbfaa4739d758254dc5a..7094cef7cccd8be4dee3c377b8aa9798295250e5 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.