Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALU: mask off bit[0] for jump target #191

Merged
merged 1 commit into from
Apr 28, 2024
Merged

ALU: mask off bit[0] for jump target #191

merged 1 commit into from
Apr 28, 2024

Conversation

poemonsense
Copy link
Collaborator

According to the RISC-V spec, JALR sets the least-significant bit of the jump target address to zero.

According to the RISC-V spec, JALR sets the least-significant bit of the
jump target address to zero.
@poemonsense poemonsense merged commit 2c04e86 into master Apr 28, 2024
1 check passed
@poemonsense poemonsense deleted the fix-jalr branch April 28, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant