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

[32BITS][RV64_DYNAREC] Hanlding of STll struct in FILD/FISTP #868

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

ksco
Copy link
Collaborator

@ksco ksco commented Jun 26, 2023

No description provided.

@ksco ksco marked this pull request as draft June 26, 2023 13:35
@@ -55,7 +55,7 @@ void x64test_check(x64emu_t* ref, uintptr_t ip)
// flags are volatile, so don't test them
//memcpy(&ref->eflags, &emu->eflags, sizeof(emu->eflags));
if(memcmp(ref->segs, emu->segs, sizeof(emu->segs))) {
static const char* segname[] = {"CS", "DS", "ES", "SS", "FS", "GS"};
static const char* segname[] = {"ES", "CS", "SS", "DS", "FS", "GS"};
Copy link
Owner

Choose a reason for hiding this comment

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

ah yes, forgot this one indeed!

@ksco ksco marked this pull request as ready for review June 26, 2023 15:33
@ptitSeb ptitSeb merged commit 3b97724 into ptitSeb:main Jun 27, 2023
20 checks passed
@ksco ksco deleted the stll branch September 24, 2023 18:19
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