File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2912,15 +2912,13 @@ Invocation of :ref:`function address <syntax-funcaddr>` :math:`a`
2912
2912
2913
2913
7. Pop the values :math: `\val ^n` from the stack.
2914
2914
2915
- 8. Let :math: `\val _ 0 ^ \ast ` be the list of zero values of types :math: `t^ \ ast `.
2915
+ 8. Let :math: `F ` be the :ref: ` frame < syntax-frame >` :math: `\{ \AMODULE ~f. \FIMODULE , \ALOCALS ~ \val ^n~( \default _t)^ \ ast \} `.
2916
2916
2917
- 9. Let :math: `F` be the :ref: ` frame < syntax-frame >` :math: `\{ \AMODULE ~f. \FIMODULE , \ALOCALS ~ \val ^n~( \default _t)^ \ast \}` .
2917
+ 9. Push the activation of :math: `F` with arity :math: `m` to the stack .
2918
2918
2919
- 10. Push the activation of :math: `F` with arity :math: `m` to the stack .
2919
+ 10. Let :math: `L` be the :ref: ` label < syntax-label >` whose arity is :math: `m` and whose continuation is the end of the function .
2920
2920
2921
- 11. Let :math: `L` be the :ref: `label <syntax-label >` whose arity is :math: `m` and whose continuation is the end of the function.
2922
-
2923
- 12. :ref: `Enter <exec-instr-seq-enter >` the instruction sequence :math: `\instr ^\ast ` with label :math: `L`.
2921
+ 11. :ref: `Enter <exec-instr-seq-enter >` the instruction sequence :math: `\instr ^\ast ` with label :math: `L`.
2924
2922
2925
2923
.. math ::
2926
2924
~\\[-1 ex]
You can’t perform that action at this time.
0 commit comments