Skip to content

Commit

Permalink
Merge pull request riscv-software-src#1517 from YenHaoChen/patch-1
Browse files Browse the repository at this point in the history
typo: vwsll.vi: fix a typo on disassembling vwsll.vi
  • Loading branch information
aswaterman authored Dec 1, 2023
2 parents 0c13976 + e9ae228 commit d74ab37
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 d74ab37

Please sign in to comment.