Skip to content

Commit 8391771

Browse files
nibrunieAtSi5nibrunie
authored andcommitted
Update disasm/disasm.cc
Signed-off-by: Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>
1 parent 697f510 commit 8391771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disasm/disasm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ void disassembler_t::add_instructions(const isa_parser_t* isa)
22172217
DEFINE_R1TYPE(sm3p1);
22182218
}
22192219

2220-
if (isa->extension_enabled(EXT_ZVKB) || isa->extension_enabled(EXT_ZVBB)) {
2220+
if (isa->extension_enabled(EXT_ZVKB)) {
22212221
#define DEFINE_VECTOR_VIU_ZIMM6(code) \
22222222
add_vector_viu_z6_insn(this, #code, match_##code, mask_##code)
22232223
#define DISASM_VECTOR_VV_VX(name) \

0 commit comments

Comments
 (0)