Skip to content

Commit

Permalink
[spec] Pop dummy frame after Invocation (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
r1ru authored Oct 16, 2023
1 parent 84158a7 commit be1f563
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions document/core/exec/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,10 @@ Once the function has returned, the following steps are executed:

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

3. Assert: due to :ref:`validation <valid-module>`, the frame :math:`F` is now on the top of the stack.

4. Pop the frame :math:`F` from the stack.

The values :math:`\val_{\F{res}}^m` are returned as the results of the invocation.

.. math::
Expand Down

0 comments on commit be1f563

Please sign in to comment.