Skip to content

Commit d851b90

Browse files
nibrunienibrunieAtSi5
authored andcommitted
fixing enabling EXT_ZVBB+EXT_ZVKB when zvbb enabled
1 parent 71a5ef4 commit d851b90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

disasm/isa_parser.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
250250
} else if (ext_str == "zcmlsd") {
251251
extension_table[EXT_ZCMLSD] = true;
252252
} else if (ext_str == "zvbb") {
253+
extension_table[EXT_ZVBB] = true;
253254
extension_table[EXT_ZVKB] = true;
254255
} else if (ext_str == "zvbc") {
255256
extension_table[EXT_ZVBC] = true;

0 commit comments

Comments
 (0)