summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/state/initial_state.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/initial_state.hpp b/src/state/initial_state.hpp
index 6f20bb4..24a95d8 100644
--- a/src/state/initial_state.hpp
+++ b/src/state/initial_state.hpp
@@ -110,7 +110,7 @@ struct InitialState : public BasicStateT<InitialState>
[&target = machine.getTarget()](const bool& property) {
if (target)
{
- return target->rw;
+ return !target->rw;
}
return bool(true);
});