Skip to content

Commit 2c42587

Browse files
committed
fix fence binary format indentation
1 parent 631684c commit 2c42587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document/core/binary/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Each variant of :ref:`atomic memory instruction <syntax-instr-atomic-memory>` is
257257
\production{instruction} & \Binstr &::=& \dots && \phantom{thisshouldbeenough} \\ &&|&
258258
\hex{FE}~~00{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICNOTIFY~m \\ &&|&
259259
\hex{FE}~~01{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICWAIT\K{32}~m \\ &&|&
260-
\hex{FE}~~02{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICWAIT\K{64}~m \\
260+
\hex{FE}~~02{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICWAIT\K{64}~m \\ &&|&
261261
\hex{FE}~~03{:}\Bu32~~\hex{00} &\Rightarrow& \MEMORYATOMICFENCE \\
262262
\end{array}
263263

0 commit comments

Comments
 (0)