Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISC-V: Fix required bits on certain environments
If `unsigned long long' type has more than 64-bits, validate_riscv_insn function generated wrong required_bits value. This commit fixes this small issue (may be too pedantic though). gas/ChangeLog: * config/tc-riscv.c (validate_riscv_insn): Compute correct required_bits value when unsigned long long is larger than 64b.
- Loading branch information