Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 2719ec3

Browse files
committed
[spec] Fix merge artefact
1 parent 64f9837 commit 2719ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/appendix/index-instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Instruction Binary Opcode Type
4444
:math:`\LOCALTEE~x` :math:`\hex{22}` :math:`[t] \to [t]` :ref:`validation <valid-local.tee>` :ref:`execution <exec-local.tee>`
4545
:math:`\GLOBALGET~x` :math:`\hex{23}` :math:`[] \to [t]` :ref:`validation <valid-global.get>` :ref:`execution <exec-global.get>`
4646
:math:`\GLOBALSET~x` :math:`\hex{24}` :math:`[t] \to []` :ref:`validation <valid-global.set>` :ref:`execution <exec-global.set>`
47-
+:math:`\TABLEGET~x` :math:`\hex{25}` :math:`[\I32] \to [t]` :ref:`validation <valid-table.get>` :ref:`execution <exec-table.get>`
48-
+:math:`\TABLESET~x` :math:`\hex{26}` :math:`[\I32~t] \to []` :ref:`validation <valid-table.set>` :ref:`execution <exec-table.set>`
47+
:math:`\TABLEGET~x` :math:`\hex{25}` :math:`[\I32] \to [t]` :ref:`validation <valid-table.get>` :ref:`execution <exec-table.get>`
48+
:math:`\TABLESET~x` :math:`\hex{26}` :math:`[\I32~t] \to []` :ref:`validation <valid-table.set>` :ref:`execution <exec-table.set>`
4949
(reserved) :math:`\hex{27}`
5050
:math:`\I32.\LOAD~\memarg` :math:`\hex{28}` :math:`[\I32] \to [\I32]` :ref:`validation <valid-load>` :ref:`execution <exec-load>`
5151
:math:`\I64.\LOAD~\memarg` :math:`\hex{29}` :math:`[\I32] \to [\I64]` :ref:`validation <valid-load>` :ref:`execution <exec-load>`

0 commit comments

Comments
 (0)