Skip to content

Commit 1f02322

Browse files
committed
Tweak reduction rules
1 parent abcab5d commit 1f02322

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

document/core/exec/instructions.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2848,7 +2848,7 @@ Control Instructions
28482848
.. math::
28492849
\begin{array}{lcl@{\qquad}l}
28502850
(\RETURNCALL~x) &\stepto& (\RETURNINVOKE~a)
2851-
& (\iff \CALL~x \stepto \INVOKE~a)
2851+
& (\iff (\CALL~x) \stepto (\INVOKE~a))
28522852
\end{array}
28532853
28542854
@@ -2900,10 +2900,10 @@ Control Instructions
29002900

29012901
.. math::
29022902
\begin{array}{lcl@{\qquad}l}
2903-
(\RETURNCALLINDIRECT~x) &\stepto& (\RETURNINVOKE~a)
2904-
& (\iff \CALLINDIRECT~x \stepto \INVOKE~a) \\
2905-
(\RETURNCALLINDIRECT~x) &\stepto& \TRAP
2906-
& (\iff \CALLINDIRECT~x \stepto \TRAP) \\
2903+
\val~(\RETURNCALLINDIRECT~x) &\stepto& (\RETURNINVOKE~a)
2904+
& (\iff \val~(\CALLINDIRECT~x) \stepto (\INVOKE~a)) \\
2905+
\val~(\RETURNCALLINDIRECT~x) &\stepto& \TRAP
2906+
& (\iff \val~(\CALLINDIRECT~x) \stepto \TRAP) \\
29072907
\end{array}
29082908
29092909

0 commit comments

Comments
 (0)