Skip to content

Commit 470c721

Browse files
committed
Sstc: enable Zicntr with Sstc
1 parent 3f6d2ce commit 470c721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

disasm/isa_parser.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
328328
extension_table[EXT_ZVQDOTQ] = true;
329329
} else if (ext_str == "zvkt") {
330330
} else if (ext_str == "sstc") {
331-
extension_table[EXT_SSTC] = true;
331+
extension_table[EXT_SSTC] = true;
332+
extension_table[EXT_ZICNTR] = true;
332333
} else if (ext_str == "smcsrind") {
333334
extension_table[EXT_SMCSRIND] = true;
334335
} else if (ext_str == "sscsrind") {

0 commit comments

Comments
 (0)