model, nodestack: bugfix - retain UNINIT actions across executions
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 71b8b7ac0b97b2dcf4990de667f2418f29c41d94..ae9706b124067e18e5098e0fbd7e7859fce05d73 100644 (file)
--- a/model.h
+++ b/model.h
@@ -209,7 +209,7 @@ private:
        bool resolve_release_sequences(void *location, work_queue_t *work_queue);
        void add_future_value(const ModelAction *writer, ModelAction *reader);
 
-       ModelAction * new_uninitialized_action(void *location) const;
+       ModelAction * get_uninitialized_action(const ModelAction *curr) const;
 
        ModelAction *diverge;
        ModelAction *earliest_diverge;