Skip to content

Commit

Permalink
typo: vwsll.vi: fix a typo on disassembling vwsll.vi
Browse files Browse the repository at this point in the history
Signed-off-by: YenHaoChen <[email protected]>
  • Loading branch information
YenHaoChen authored Dec 1, 2023
1 parent 0c13976 commit e9ae228
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 @@ -2249,7 +2249,7 @@ void disassembler_t::add_instructions(const isa_parser_t* isa)
#define DISASM_VECTOR_VV_VX_VIU(name) \
DEFINE_VECTOR_VV(name##_vv); \
DEFINE_VECTOR_VX(name##_vx); \
DEFINE_VECTOR_VIU(name##_vx)
DEFINE_VECTOR_VIU(name##_vi)
#define DISASM_VECTOR_VV_VX_VIU_ZIMM6(name) \
DEFINE_VECTOR_VV(name##_vv); \
DEFINE_VECTOR_VX(name##_vx); \
Expand Down

0 comments on commit e9ae228

Please sign in to comment.