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

[RV64_DYNAREC] Fixed geted32 #811

Merged
merged 1 commit into from
May 30, 2023
Merged

[RV64_DYNAREC] Fixed geted32 #811

merged 1 commit into from
May 30, 2023

Conversation

ksco
Copy link
Collaborator

@ksco ksco commented May 30, 2023

I noticed this issue when trying to run a Java game called Mindustry. The generated code for 67 8D LEA Gd, Ed is not right, and I find that it's caused by geted32. I haven't looked at how ED32 should be decoded, but I'm guessing it should be the same as ED, except for the imm part. So I just fixed geted32 by comparing it to geted, and it seems to work.

@ptitSeb ptitSeb merged commit 04d3915 into ptitSeb:main May 30, 2023
@ksco ksco deleted the fix branch May 30, 2023 18:43
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