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 E0/E1/E2/E3 opcodes #934

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Conversation

wannacu
Copy link
Contributor

@wannacu wannacu commented Aug 15, 2023

No description provided.

@@ -2361,15 +2361,15 @@ uintptr_t dynarec64_00(dynarec_arm_t* dyn, uintptr_t addr, uintptr_t ip, int nin
READFLAGS(X_ZF);
i8 = F8S;
SUBz_U12(xRCX, xRCX, 1);
TBNZ_NEXT(xFlags, 1<<F_ZF);
TBNZ_NEXT(xFlags, F_ZF);
Copy link
Owner

Choose a reason for hiding this comment

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

nice catch!

@ptitSeb ptitSeb merged commit acfbed7 into ptitSeb:main Aug 15, 2023
22 checks passed
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.

None yet

2 participants