Skip to content

Commit f6abf07

Browse files
committed
Sstc: enable Zicntr with Sstc
1 parent 89820b0 commit f6abf07

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
@@ -324,7 +324,8 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
324324
extension_table[EXT_ZVQDOTQ] = true;
325325
} else if (ext_str == "zvkt") {
326326
} else if (ext_str == "sstc") {
327-
extension_table[EXT_SSTC] = true;
327+
extension_table[EXT_SSTC] = true;
328+
extension_table[EXT_ZICNTR] = true;
328329
} else if (ext_str == "smcsrind") {
329330
extension_table[EXT_SMCSRIND] = true;
330331
} else if (ext_str == "sscsrind") {

0 commit comments

Comments
 (0)