Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISC-V: Clarify that `wide' is only used for ADDIW
The `wide' parameter on the `maybe_print_address' function is only used for the ADDIW/C.ADDIW instructions and there's no reasonable usecases except those two. This commit renames the parameter from `wide' to `is_addiw' to clarify that this parameter is only used for ADDIW instructions. opcodes/ChangeLog: * riscv-dis.c (maybe_print_address): Clarify and rename the last parameter so that this is only used for ADDIW instructions.
- Loading branch information