diff --git a/smacc2/include/smacc2/smacc_state_base.hpp b/smacc2/include/smacc2/smacc_state_base.hpp index 33f13c1a..ed4fffd0 100644 --- a/smacc2/include/smacc2/smacc_state_base.hpp +++ b/smacc2/include/smacc2/smacc_state_base.hpp @@ -123,7 +123,7 @@ class SmaccState : public sc::simple_state(this); - this->getStateMachine().notifyOnStateExitting(derivedThis); + // this->getStateMachine().notifyOnStateExitting(derivedThis); { std::lock_guard lock(this->getStateMachine().getMutex()); this->getStateMachine().notifyOnStateExitting(derivedThis);