@@ -2622,7 +2622,7 @@ Control Instructions
2622
2622
2623
2623
6. Pop the values :math: `\val ^m` from the stack.
2624
2624
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 `.
2626
2626
2627
2627
.. math ::
2628
2628
~\\[-1 ex]
@@ -2650,7 +2650,7 @@ Control Instructions
2650
2650
2651
2651
6. Pop the values :math: `\val ^m` from the stack.
2652
2652
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 `.
2654
2654
2655
2655
.. math ::
2656
2656
~\\[-1 ex]
@@ -2918,12 +2918,14 @@ that forms a :ref:`block <exec-instr-control>`.
2918
2918
2919
2919
.. _exec-instr-seq-enter :
2920
2920
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
+ ..............................................................................
2923
2923
2924
2924
1. Push :math: `L` to the stack.
2925
2925
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 `.
2927
2929
2928
2930
.. note ::
2929
2931
No formal reduction rule is needed for entering an instruction sequence,
@@ -2993,7 +2995,7 @@ Invocation of :ref:`function address <syntax-funcaddr>` :math:`a`
2993
2995
2994
2996
10. Let :math: `L` be the :ref: `label <syntax-label >` whose arity is :math: `m` and whose continuation is the end of the function.
2995
2997
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 .
2997
2999
2998
3000
.. math ::
2999
3001
~\\[-1 ex]
0 commit comments