File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2848,7 +2848,7 @@ Control Instructions
2848
2848
.. math ::
2849
2849
\begin {array}{lcl@{\qquad }l}
2850
2850
(\RETURNCALL ~x) &\stepto & (\RETURNINVOKE ~a)
2851
- & (\iff \CALL ~x \stepto \INVOKE ~a)
2851
+ & (\iff ( \CALL ~x) \stepto ( \INVOKE ~a) )
2852
2852
\end {array}
2853
2853
2854
2854
@@ -2900,10 +2900,10 @@ Control Instructions
2900
2900
2901
2901
.. math ::
2902
2902
\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 ) \\
2907
2907
\end {array}
2908
2908
2909
2909
You can’t perform that action at this time.
0 commit comments