diff options
Diffstat (limited to 'libevmasm/ControlFlowGraph.h')
-rw-r--r-- | libevmasm/ControlFlowGraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/ControlFlowGraph.h b/libevmasm/ControlFlowGraph.h index a6a9df8e..03a1f717 100644 --- a/libevmasm/ControlFlowGraph.h +++ b/libevmasm/ControlFlowGraph.h @@ -116,7 +116,7 @@ private: unsigned m_lastUsedId = 0; AssemblyItems const& m_items; - bool m_joinKnowledge; + bool m_joinKnowledge = true; std::map<BlockId, BasicBlock> m_blocks; }; |