Skip to content

Commit

Permalink
Update disasm/disasm.cc
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>
  • Loading branch information
nibrunieAtSi5 committed Jul 8, 2024
1 parent 661e0ac commit 63bd01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disasm/disasm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ void disassembler_t::add_instructions(const isa_parser_t* isa)
DEFINE_R1TYPE(sm3p1);
}

if (isa->extension_enabled(EXT_ZVKB) || isa->extension_enabled(EXT_ZVBB)) {
if (isa->extension_enabled(EXT_ZVKB)) {
#define DEFINE_VECTOR_VIU_ZIMM6(code) \
add_vector_viu_z6_insn(this, #code, match_##code, mask_##code)
#define DISASM_VECTOR_VV_VX(name) \
Expand Down

0 comments on commit 63bd01d

Please sign in to comment.