Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
//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
@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