Skip to content

Commit 69fd365

Browse files
committed
fixing enabling EXT_ZVBB+EXT_ZVKB when zvbb enabled
1 parent 9fbce6c commit 69fd365

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
@@ -236,6 +236,7 @@ isa_parser_t::isa_parser_t(const char* str, const char *priv)
236236
} else if (ext_str == "zihpm") {
237237
extension_table[EXT_ZIHPM] = true;
238238
} else if (ext_str == "zvbb") {
239+
extension_table[EXT_ZVBB] = true;
239240
extension_table[EXT_ZVKB] = true;
240241
} else if (ext_str == "zvbc") {
241242
extension_table[EXT_ZVBC] = true;

0 commit comments

Comments
 (0)