Skip to content

Commit 18de5e2

Browse files
authored
src/mte_tag: fix a typo for checktag instruction (#75)
Instruction mnemonics for checktag had `gentag` string due to copy paste error. Fixing that. Signed-off-by: Deepak Gupta <[email protected]>
1 parent cb2e4c9 commit 18de5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mte_tag.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ virtual address specified in `rs1`.
325325
{bits: 5, name: 'rs1', attr:['tagged_pointer']},
326326
{bits: 4, name: 'tag_imm4', attr:['chunk_count']},
327327
{bits: 1, name: '0', attr:['0']},
328-
{bits: 7, name: '1000011', attr:['gentag']},
328+
{bits: 7, name: '1000011', attr:['checktag']},
329329
], config:{lanes: 1, hspace:1024}}
330330
....
331331

0 commit comments

Comments
 (0)