Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle misalignment properly in jump-link instruction
As per the specifications, if a branch or jump instruction is found to have an instruction-address-misaligned exception, it indicates that the `rd` would not be updated. To maintain simplicity, the `do_jump` function will continue to handle branch instructions, which modifications will be made exclusively to the `op_jump_link` function.
- Loading branch information