Skip to content

Commit 5068026

Browse files
committed
Fix more latex issues
* Missing \\ * ATOMICNOTIFY -> MEMORYATOMICNOTIFY
1 parent 47b0e58 commit 5068026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

document/core/exec/instructions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Memory Instructions
641641
\end{array}
642642
\\ \qquad
643643
\begin{array}[t]{@{}r@{~}l@{}}
644-
(\iff & \meminst = S.\SMEMS[a]
644+
(\iff & \meminst = S.\SMEMS[a] \\
645645
\wedge & |\meminst.\MIDATA| = \X{sz}\cdot64\,\F{Ki}) \\
646646
\end{array}
647647
\\[1ex]
@@ -1026,7 +1026,7 @@ See :ref:`above <exec-atomic-store>`.
10261026
.. math::
10271027
\begin{array}{l}
10281028
\begin{array}{lcl@{\qquad}l}
1029-
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\ATOMICNOTIFY
1029+
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\MEMORYATOMICNOTIFY
10301030
&\stepto^{(\ARD~a.\LLEN~n)~(\K{wake}~a.\LDATA[i]~j~k)}&
10311031
F; (\I32.\CONST~j)
10321032
\end{array}
@@ -1036,7 +1036,7 @@ See :ref:`above <exec-atomic-store>`.
10361036
\end{array}
10371037
\\[1ex]
10381038
\begin{array}{lcl@{\qquad}l}
1039-
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\ATOMICNOTIFY
1039+
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\MEMORYATOMICNOTIFY
10401040
&\stepto^{(\ARD~a.\LLEN~n)}&
10411041
F; \TRAP
10421042
\end{array}

0 commit comments

Comments
 (0)