Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From spec, an instruction-address-misaligned exception is reported on the branch or jump instruction, implying rd would not be updated. For simplicity, I keep `do_jump` function to handle branch instruction, and modify only `op_jump_link` function. Reference: [spec](https://riscv.org/technical/specifications/) (section 2.2)
- Loading branch information