aboutsummaryrefslogtreecommitdiffstats
path: root/docs/control-structures.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r--docs/control-structures.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index bbb90e6a..351e4c91 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -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
----------------------------------