Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! riscv: Implement large addend for global address
Use `t1` instead of `t0` for the cases when `rr` is not set so `t0` is used by default and this happens: lui t0, XXX add t0, t0, t0 Instead, now we do: lui t1, XXX add t0, t0, t1
- Loading branch information