Skip to content

Commit

Permalink
Fix direction of subtype check for call_indirect
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Oct 31, 2024
1 parent 1f803e1 commit 88463e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ Control Instructions
\begin{array}[t]{@{}r@{~}l@{}}
(\iff & S.\STABLES[F.\AMODULE.\MITABLES[x]].\TIELEM[i] = \REFFUNCADDR~a \\
\wedge & S.\SFUNCS[a] = f \\
\wedge & S \vdashdeftypematch F.\AMODULE.\MITYPES[y] \matchesdeftype f.\FITYPE)
\wedge & S \vdashdeftypematch f.\FITYPE \matchesdeftype F.\AMODULE.\MITYPES[y])
\end{array}
\\[1ex]
\begin{array}{lcl@{\qquad}l}
Expand Down

0 comments on commit 88463e8

Please sign in to comment.