summaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-09-12 18:55:31 +0000
committerH.J. Lu <hjl@lucon.org>2007-09-12 18:55:31 +0000
commit3ba5bfbdd6aed20a88ab214f801ded4aaa78cd9a (patch)
treec12163b50f7f268e1735c1f17b86f6d6788d97e9 /opcodes/i386-opc.h
parent7b6d4287382d0ca8f6beb6c134df8694f2561039 (diff)
downloadgdb-3ba5bfbdd6aed20a88ab214f801ded4aaa78cd9a.tar.gz
2007-09-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (CpuUnused): Defined with CpuMax. (OTUnused): Defined with OTMax.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 5e7dbca82c6..f76b9863cd6 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -94,7 +94,7 @@
/* If you get a compiler error for zero width of the unused field,
comment it out. */
-#define CpuUnused (CpuNo64 + 1)
+#define CpuUnused (CpuMax + 1)
/* We can check if an instruction is available with array instead
of bitfield. */
@@ -334,7 +334,7 @@ typedef struct i386_opcode_modifier
/* If you get a compiler error for zero width of the unused field,
comment it out. */
#if 0
-#define OTUnused (RegMem + 1)
+#define OTUnused (OTMax + 1)
#endif
typedef union i386_operand_type