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 some bugs for VMP #1679

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Conversation

xctan
Copy link
Contributor

@xctan xctan commented Jul 15, 2024

No description provided.

@ksco
Copy link
Collaborator

ksco commented Jul 15, 2024

CI is not happy.

@xctan
Copy link
Contributor Author

xctan commented Jul 16, 2024

CI is not happy.

Fixed.

@@ -74,7 +74,7 @@ uintptr_t dynarec64_66(dynarec_rv64_t* dyn, uintptr_t addr, uintptr_t ip, int ni
nextop = F8;
GETGW(x1);
GETEW(x2, 0);
emit_add16(dyn, ninst, x1, x2, x3, x4, x6);
emit_add16(dyn, ninst, x1, x2, x5, x4, x6);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GWBACK is fine, but there is no harm in changing either...

@ptitSeb ptitSeb merged commit 9fe450f into ptitSeb:main Jul 16, 2024
47 checks passed
Javier97sm pushed a commit to Javier97sm/box64 that referenced this pull request Aug 16, 2024
* [RV64_DYNAREC] Fixed reg x3 conflict with the GETEW macro

* [RV64_DYNAREC] Fixed (LOCK) XCHG Eb, Gb again

* [RV64_DYNAREC] Fixed register conflict in (LOCK) XCHG Eb, Gb
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.

3 participants