Skip to content

Commit

Permalink
Fix more latex issues
Browse files Browse the repository at this point in the history
* Missing \\
* ATOMICNOTIFY -> MEMORYATOMICNOTIFY
  • Loading branch information
binji committed Mar 19, 2020
1 parent 47b0e58 commit 5068026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ Memory Instructions
\end{array}
\\ \qquad
\begin{array}[t]{@{}r@{~}l@{}}
(\iff & \meminst = S.\SMEMS[a]
(\iff & \meminst = S.\SMEMS[a] \\
\wedge & |\meminst.\MIDATA| = \X{sz}\cdot64\,\F{Ki}) \\
\end{array}
\\[1ex]
Expand Down Expand Up @@ -1026,7 +1026,7 @@ See :ref:`above <exec-atomic-store>`.
.. math::
\begin{array}{l}
\begin{array}{lcl@{\qquad}l}
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\ATOMICNOTIFY
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\MEMORYATOMICNOTIFY
&\stepto^{(\ARD~a.\LLEN~n)~(\K{wake}~a.\LDATA[i]~j~k)}&
F; (\I32.\CONST~j)
\end{array}
Expand All @@ -1036,7 +1036,7 @@ See :ref:`above <exec-atomic-store>`.
\end{array}
\\[1ex]
\begin{array}{lcl@{\qquad}l}
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\ATOMICNOTIFY
F; (\I32.\CONST~i)~(\I32.\CONST~k)~\MEMORYATOMICNOTIFY
&\stepto^{(\ARD~a.\LLEN~n)}&
F; \TRAP
\end{array}
Expand Down

0 comments on commit 5068026

Please sign in to comment.