diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-27 21:26:40 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-27 21:26:40 +0800 |
commit | bfa3b4ca78fd1afe0756631ce0d1ccb9a6d9c467 (patch) | |
tree | 1f9a7ca51ca4da2d3cc84cac56e076d7c0f4f3ec /docs/control-structures.rst | |
parent | 965dc7201626ceb9f5406ca84189a478cd8a55bd (diff) | |
download | dexon-solidity-bfa3b4ca78fd1afe0756631ce0d1ccb9a6d9c467.tar.gz dexon-solidity-bfa3b4ca78fd1afe0756631ce0d1ccb9a6d9c467.tar.zst dexon-solidity-bfa3b4ca78fd1afe0756631ce0d1ccb9a6d9c467.zip |
Mention invalid in docs
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r-- | docs/control-structures.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst index ff9b245a..c83d654e 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -632,6 +632,8 @@ The opcodes ``pushi`` and ``jumpdest`` cannot be used directly. +-------------------------+------+-----------------------------------------------------------------+ | selfdestruct(a) | `-` | end execution, destroy current contract and send funds to a | +-------------------------+------+-----------------------------------------------------------------+ +| invalid | `-` | end execution with invalid instruction | ++-------------------------+------+-----------------------------------------------------------------+ | log0(p, s) | `-` | log without topics and data mem[p..(p+s)) | +-------------------------+------+-----------------------------------------------------------------+ | log1(p, s, t1) | `-` | log with topic t1 and data mem[p..(p+s)) | |