Skip to content

Commit 7d905df

Browse files
authored
[spec] Fix abstract grammar for const immediate (#1577)
1 parent 6798f05 commit 7d905df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/syntax/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These operations closely match respective operations available in hardware.
4545
\production{signedness} & \sx &::=&
4646
\K{u} ~|~ \K{s} \\
4747
\production{instruction} & \instr &::=&
48-
\K{i}\X{nn}\K{.}\CONST~\xref{syntax/values}{syntax-int}{\iX{\X{nn}}} ~|~
48+
\K{i}\X{nn}\K{.}\CONST~\xref{syntax/values}{syntax-int}{\uX{\X{nn}}} ~|~
4949
\K{f}\X{nn}\K{.}\CONST~\xref{syntax/values}{syntax-float}{\fX{\X{nn}}} \\&&|&
5050
\K{i}\X{nn}\K{.}\iunop ~|~
5151
\K{f}\X{nn}\K{.}\funop \\&&|&

0 commit comments

Comments
 (0)