@@ -2622,7 +2622,7 @@ Control Instructions
26222622
262326236. Pop the values :math: `\val ^m` from the stack.
26242624
2625- 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\val ^m~ \ instr ^\ast ` with label :math: `L`.
2625+ 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\instr ^\ast ` with label :math: `L` and values :math: ` \val ^m `.
26262626
26272627.. math ::
26282628 ~\\[-1 ex]
@@ -2650,7 +2650,7 @@ Control Instructions
26502650
265126516. Pop the values :math: `\val ^m` from the stack.
26522652
2653- 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\val ^m~ \ instr ^\ast ` with label :math: `L`.
2653+ 7. :ref: `Enter <exec-instr-seq-enter >` the block :math: `\instr ^\ast ` with label :math: `L` and values :math: ` \val ^m `.
26542654
26552655.. math ::
26562656 ~\\[-1 ex]
@@ -2918,12 +2918,14 @@ that forms a :ref:`block <exec-instr-control>`.
29182918
29192919.. _exec-instr-seq-enter :
29202920
2921- Entering :math: `\instr ^\ast ` with label :math: `L`
2922- .................................................
2921+ Entering :math: `\instr ^\ast ` with label :math: `L` and values :math: ` \val ^ \ast `
2922+ ..............................................................................
29232923
292429241. Push :math: `L` to the stack.
29252925
2926- 2. Jump to the start of the instruction sequence :math: `\instr ^\ast `.
2926+ 2. Push the values :math: `\val ^\ast ` to the stack.
2927+
2928+ 3. Jump to the start of the instruction sequence :math: `\instr ^\ast `.
29272929
29282930.. note ::
29292931 No formal reduction rule is needed for entering an instruction sequence,
@@ -2993,7 +2995,7 @@ Invocation of :ref:`function address <syntax-funcaddr>` :math:`a`
29932995
2994299610. Let :math: `L` be the :ref: `label <syntax-label >` whose arity is :math: `m` and whose continuation is the end of the function.
29952997
2996- 11. :ref: `Enter <exec-instr-seq-enter >` the instruction sequence :math: `\instr ^\ast ` with label :math: `L`.
2998+ 11. :ref: `Enter <exec-instr-seq-enter >` the instruction sequence :math: `\instr ^\ast ` with label :math: `L` and no values .
29972999
29983000.. math ::
29993001 ~\\[-1 ex]
0 commit comments