Skip to content

Compile Issue in tc-i386.c #15

@bit0fun

Description

@bit0fun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions