Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19026: riscv: Reduce reset trampoline code size by 2 bytes r=maribu a=jnohlgard `addi` with 20 bit immediate does not have a compressed representation, so using `jalr` with immediate offset uncompressed is smaller than using `addi`+`c.jr` Co-authored-by: Joakim Nohlgård <[email protected]>
- Loading branch information