aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 2838fa463d6..469798cd1b9 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -626,6 +626,7 @@ static bitfield opcode_modifiers[] =
BITFIELD (CheckRegSize),
BITFIELD (IgnoreSize),
BITFIELD (DefaultSize),
+ BITFIELD (Anysize),
BITFIELD (No_bSuf),
BITFIELD (No_wSuf),
BITFIELD (No_lSuf),
@@ -733,7 +734,6 @@ static bitfield operand_types[] =
BITFIELD (Ymmword),
BITFIELD (Zmmword),
BITFIELD (Unspecified),
- BITFIELD (Anysize),
#ifdef OTUnused
BITFIELD (OTUnused),
#endif