Skip to content

Commit 97b68fe

Browse files
committed
fix jump syntax
1 parent 52b6e76 commit 97b68fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sem/Jump.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ins=Instruction(abstract_name="OpJump", mnemonic="jump", in1=In.Any, out1=Out.Re
1616
descr = InstructionDoc(
1717
ins = ins,
1818
19-
syntax_override = syntax(ins) + ["`jmp in1`, alias for `jmp in1, r0`"],
19+
syntax_override = syntax(ins) + ["`jump in1`, alias for `jump in1, r0`"],
2020
summary = """
2121
Unconditional jump (becomes conditional through predication).
2222

0 commit comments

Comments
 (0)