diff options
author | Gav Wood <i@gavwood.com> | 2014-05-26 18:26:08 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-05-26 18:26:08 +0800 |
commit | 8e3e592ec6a3b39835e540766774025e3f34c590 (patch) | |
tree | 99791b2ffcd5f4dc022476595c8ff7050fbd7681 /Assembly.h | |
parent | e2d327308d9024cbbb80ea21c056f38591319234 (diff) | |
download | dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.gz dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.bz2 dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.lz dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.xz dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.zst dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.zip |
Add missing files.
Diffstat (limited to 'Assembly.h')
-rw-r--r-- | Assembly.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ public: AssemblyItemType type() const { return m_type; } u256 data() const { return m_data; } + std::ostream& streamOut(std::ostream& _out) const; + private: AssemblyItemType m_type; u256 m_data; |