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

Compile Issue in tc-i386.c #15

Open
bit0fun opened this issue Sep 16, 2017 · 0 comments
Open

Compile Issue in tc-i386.c #15

bit0fun opened this issue Sep 16, 2017 · 0 comments

Comments

@bit0fun
Copy link

bit0fun commented Sep 16, 2017

On line 6142, column 31, gcc throws an error complaining about the '!=' comparison in the expression
'&& !op.bitfield.reg64 != 1`
I changed it to '&& ((!op.bitfield.reg64) != 1)' which then make can continue compiling without errors.

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

No branches or pull requests

1 participant