Skip to content

Commit a54a1d8

Browse files
committed
[spec] Remove dead piece of grammar
1 parent ef01de5 commit a54a1d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

document/core/exec/runtime.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,17 +476,15 @@ Intuitively, :math:`\instr^\ast` is the *continuation* to execute when the branc
476476
477477
When branching, the empty continuation ends the targeted block, such that execution can proceed with consecutive instructions.
478478

479-
Activations and Frames
480-
......................
479+
Activation Frames
480+
.................
481481

482482
Activation frames carry the return arity :math:`n` of the respective function,
483483
hold the values of its :ref:`locals <syntax-local>` (including arguments) in the order corresponding to their static :ref:`local indices <syntax-localidx>`,
484484
and a reference to the function's own :ref:`module instance <syntax-moduleinst>`:
485485

486486
.. math::
487487
\begin{array}{llll}
488-
\production{activation} & \X{activation} &::=&
489-
\FRAME_n\{\frame\} \\
490488
\production{frame} & \frame &::=&
491489
\{ \ALOCALS~\val^\ast, \AMODULE~\moduleinst \} \\
492490
\end{array}

0 commit comments

Comments
 (0)