Skip to content

Commit fe08406

Browse files
committed
Sstc: enable Zicntr with Sstc
1 parent 1db037f commit fe08406

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
@@ -342,7 +342,8 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
342342
extension_table[EXT_ZVFWLDOT16BF] = true;
343343
} else if (ext_str == "zvkt") {
344344
} else if (ext_str == "sstc") {
345-
extension_table[EXT_SSTC] = true;
345+
extension_table[EXT_SSTC] = true;
346+
extension_table[EXT_ZICNTR] = true;
346347
} else if (ext_str == "smcsrind") {
347348
extension_table[EXT_SMCSRIND] = true;
348349
} else if (ext_str == "sscsrind") {

0 commit comments

Comments
 (0)