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

In x86: Fixed backward compatibility with C90 #1969

Merged
merged 3 commits into from
Mar 10, 2023
Merged

In x86: Fixed backward compatibility with C90 #1969

merged 3 commits into from
Mar 10, 2023

Conversation

hasherezade
Copy link
Contributor

In order to keep the backward compatibility, the function has to start from variable definitions.

Before the fix:

before_fix

After the fix:

after_fix

@hasherezade hasherezade changed the title Fixed backward compatibility with C90 In x86: Fixed backward compatibility with C90 Mar 8, 2023
MCRegisterInfo.c Outdated
unsigned InByte = Reg % 8;
unsigned Byte = Reg / 8;


Copy link
Collaborator

Choose a reason for hiding this comment

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

can you please remove this space line, and the one below?

@aquynh aquynh merged commit def06c3 into capstone-engine:next Mar 10, 2023
@hasherezade hasherezade deleted the C90_compat branch March 10, 2023 01:27
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