diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 5e7dbca..f76b986 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 |