Skip to content

Commit 8993431

Browse files
committed
fix wait sign
1 parent f0ca09c commit 8993431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document/core/exec/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@ The rules are identical to :ref:`non-atomic stores <exec-store>`, except that :m
36203620
\end{array}
36213621
\\ \qquad
36223622
\begin{array}[t]{@{}r@{~}l@{}}
3623-
(\iff & n < 0) \\
3623+
(\iff & n \geq 0) \\
36243624
\end{array}
36253625
\\[1ex]
36263626
\begin{array}{lcl@{\qquad}l}

0 commit comments

Comments
 (0)