diff options
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 4f80e98..6aa9949 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -257,7 +257,7 @@ struct _i386_insn vex_prefix vex; /* Swap operand in encoding. */ - unsigned int swap_operand : 1; + unsigned int swap_operand; }; typedef struct _i386_insn i386_insn; |