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] Added DF default /4 opcode #1631

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Conversation

zohanzephyr
Copy link
Contributor

No description provided.

@@ -179,6 +179,33 @@ uintptr_t dynarec64_DF(dynarec_rv64_t* dyn, uintptr_t addr, uintptr_t ip, int ni
SH(x4, wback, fixedaddress);
X87_POP_OR_FAIL(dyn, ninst, x3);
break;
case 4:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please do not use tabs.

@ptitSeb ptitSeb merged commit 371435a into ptitSeb:main Jul 3, 2024
34 checks passed
@zohanzephyr zohanzephyr deleted the develop branch July 4, 2024 02:16
Javier97sm pushed a commit to Javier97sm/box64 that referenced this pull request Aug 16, 2024
* [RV64_DYNAREC] Added DF default /4 opcode

* replace tabs to spaces
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