Skip to content

Commit 34bd6bd

Browse files
Update disasm/disasm.cc
Signed-off-by: Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>
1 parent 3381b9e commit 34bd6bd

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
@@ -2233,7 +2233,7 @@ void disassembler_t::add_instructions(const isa_parser_t* isa)
22332233
DEFINE_R1TYPE(sm3p1);
22342234
}
22352235

2236-
if (isa->extension_enabled(EXT_ZVKB) || isa->extension_enabled(EXT_ZVBB)) {
2236+
if (isa->extension_enabled(EXT_ZVKB)) {
22372237
#define DEFINE_VECTOR_VIU_ZIMM6(code) \
22382238
add_vector_viu_z6_insn(this, #code, match_##code, mask_##code)
22392239
#define DISASM_VECTOR_VV_VX(name) \

0 commit comments

Comments
 (0)