Skip to content

Commit

Permalink
Document inline assembly ErrorTag
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 15, 2016
1 parent bee926b commit 702ab4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/control-structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,10 @@ will have a wrong impression about the stack height at label ``two``:
three:
}
.. note::

``ErrorTag`` 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
----------------------------------
Expand Down

0 comments on commit 702ab4c

Please sign in to comment.