diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-15 18:12:03 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-15 18:30:33 +0800 |
commit | ae8403ed08cf3b2b5bec1d3f8da0c6c7425a4d5a (patch) | |
tree | a531dc8c33440f920c2dd1e2972969c4e96c49d4 /docs/control-structures.rst | |
parent | 702ab4cb4f9344ce6d8fb1311db7c9fc94431386 (diff) | |
download | dexon-solidity-ae8403ed08cf3b2b5bec1d3f8da0c6c7425a4d5a.tar.gz dexon-solidity-ae8403ed08cf3b2b5bec1d3f8da0c6c7425a4d5a.tar.zst dexon-solidity-ae8403ed08cf3b2b5bec1d3f8da0c6c7425a4d5a.zip |
Rename ErrorTag to invalidJumpLabel in inline assembly
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r-- | docs/control-structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 351e4c91..7e1c690d 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -718,7 +718,7 @@ will have a wrong impression about the stack height at label ``two``: .. note:: - ``ErrorTag`` is a pre-defined label. Jumping to this location will always + ``invalidJumpLabel`` is a pre-defined label. Jumping to this location will always result in an invalid jump, effectively aborting execution of the code. Declaring Assembly-Local Variables |