@@ -4149,7 +4149,7 @@ Control Instructions
41494149
415041506. Pop the values :math: `\val ^m` from the stack.
41514151
4152- 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\val ^m~ \ instr ^\ast ` with label :math: `L`.
4152+ 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\instr ^\ast ` with label :math: `L` and values :math: ` \val ^m `.
41534153
41544154.. math ::
41554155 ~\\[-1 ex]
@@ -4177,7 +4177,7 @@ Control Instructions
41774177
417841786. Pop the values :math: `\val ^m` from the stack.
41794179
4180- 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\val ^m~ \ instr ^\ast ` with label :math: `L`.
4180+ 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\instr ^\ast ` with label :math: `L` and values :math: ` \val ^m `.
41814181
41824182.. math ::
41834183 ~\\[-1 ex]
@@ -4881,12 +4881,14 @@ that forms a :ref:`block <exec-instr-control>`.
48814881
48824882.. _exec-instr-seq-enter :
48834883
4884- Entering :math: `\instr ^\ast ` with label :math: `L`
4885- .................................................
4884+ Entering :math: `\instr ^\ast ` with label :math: `L` and values :math: ` \val ^ \ast `
4885+ ..............................................................................
48864886
488748871. Push :math: `L` to the stack.
48884888
4889- 2. Jump to the start of the instruction sequence :math: `\instr ^\ast `.
4889+ 2. Push the values :math: `\val ^\ast ` to the stack.
4890+
4891+ 3. Jump to the start of the instruction sequence :math: `\instr ^\ast `.
48904892
48914893.. note ::
48924894 No formal reduction rule is needed for entering an instruction sequence,
@@ -5010,7 +5012,7 @@ Invocation of :ref:`function address <syntax-funcaddr>` :math:`a`
50105012
5011501310. Let :math: `L` be the :ref: `label <syntax-label >` whose arity is :math: `m` and whose continuation is the end of the function.
50125014
5013- 11. :ref: `Enter <exec-instr-seq-enter >` the instruction sequence :math: `\instr ^\ast ` with label :math: `L`.
5015+ 11. :ref: `Enter <exec-instr-seq-enter >` the instruction sequence :math: `\instr ^\ast ` with label :math: `L` and no values .
50145016
50155017.. math ::
50165018 ~\\[-1 ex]
0 commit comments