Skip to content

Fix a bug cache_create() #342

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

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

henrybear327
Copy link
Collaborator

The array index is wrongly written to i instead of j, which is the wrong logic.

@henrybear327 henrybear327 self-assigned this Feb 5, 2024
@henrybear327 henrybear327 requested a review from jserv February 5, 2024 18:36
@jserv jserv merged commit 44571c2 into sysprog21:master Feb 5, 2024
@jserv
Copy link
Contributor

jserv commented Feb 5, 2024

Thank @henrybear327 for contributing!

vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
The array index was incorrectly assigned to i instead of j, leading to
incorrect logic.

Co-authored-by: Chun-Hung Tseng <chun-hung.tseng@swisscom.com>
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.

2 participants