Skip to content

Commit be1f563

Browse files
authored
[spec] Pop dummy frame after Invocation (#1691)
1 parent 84158a7 commit be1f563

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

document/core/exec/modules.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,10 @@ Once the function has returned, the following steps are executed:
798798

799799
2. Pop :math:`\val_{\F{res}}^m` from the stack.
800800

801+
3. Assert: due to :ref:`validation <valid-module>`, the frame :math:`F` is now on the top of the stack.
802+
803+
4. Pop the frame :math:`F` from the stack.
804+
801805
The values :math:`\val_{\F{res}}^m` are returned as the results of the invocation.
802806

803807
.. math::

0 commit comments

Comments
 (0)