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

Fix bug in decoding memory instructions #361

Merged
merged 2 commits into from
Feb 1, 2023
Merged

Fix bug in decoding memory instructions #361

merged 2 commits into from
Feb 1, 2023

Conversation

flaub
Copy link
Member

@flaub flaub commented Feb 1, 2023

This fixes risc0/risc0-rust-examples#47

The bug is that when deocding a memory I/O instruction, the wrong address is computed which results in the wrong page being loaded in.

This fixes risc0/risc0-rust-examples#47

The bug is that when deocding a memory I/O instruction, the wrong address is computed which results in the wrong page being loaded in.
@flaub flaub requested review from shkoo and jbruestle February 1, 2023 19:49
@flaub flaub self-assigned this Feb 1, 2023
@flaub flaub enabled auto-merge (squash) February 1, 2023 19:51
@flaub flaub merged commit 8bd948b into main Feb 1, 2023
@flaub flaub deleted the flaub/fix-page-fault branch February 1, 2023 20:10
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.

Waldo example: eqz failed at: cirgen/components/ram.cpp:94
2 participants