summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-18 21:07:58 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-18 21:07:58 +0000
commit94ff3a50d8cdbc8f15771bef20995f24601c78c4 (patch)
treedd985905790d83937990450ffb168395e973ca7a /opcodes/i386-gen.c
parentfd4db1a12f0fa2d597ed1ad46b2f8afa9881ec87 (diff)
downloadbinutils-gdb-94ff3a50d8cdbc8f15771bef20995f24601c78c4.tar.gz
Move Imm1 before Imm8.
2009-12-18 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (operand_types): Move Imm1 before Imm8.
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 bc3f9e6430e..680b0b21541 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -378,13 +378,13 @@ static bitfield operand_types[] =
BITFIELD (RegMMX),
BITFIELD (RegXMM),
BITFIELD (RegYMM),
+ BITFIELD (Imm1),
BITFIELD (Imm8),
BITFIELD (Imm8S),
BITFIELD (Imm16),
BITFIELD (Imm32),
BITFIELD (Imm32S),
BITFIELD (Imm64),
- BITFIELD (Imm1),
BITFIELD (BaseIndex),
BITFIELD (Disp8),
BITFIELD (Disp16),