Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISC-V: Use `xlen' on ADDIW address sequence
Because XLEN for the disassembler is computed and stored in the `xlen' variable, this commit replaces uses of `info->mach' with `xlen' (testing for ADDIW / C.ADDIW address sequence). opcodes/ChangeLog: * riscv-dis.c (print_insn_args): Use `xlen' to determine whether XLEN is larger than 32.
- Loading branch information