From 8c6c980951b45ff50226324180c0d60ab7b3b776 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Sep 2007 18:55:31 +0000 Subject: [PATCH] 2007-09-12 H.J. Lu * i386-opc.h (CpuUnused): Defined with CpuMax. (OTUnused): Defined with OTMax. --- opcodes/ChangeLog | 5 +++++ opcodes/i386-opc.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 795dbcd212..c1d9fcbf6e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 H.J. Lu + + * i386-opc.h (CpuUnused): Defined with CpuMax. + (OTUnused): Defined with OTMax. + 2007-09-12 Jan Beulich * i386-opc.tbl: Add two-operand forms of blendvps, blendvpd, and diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 5e7dbca82c..f76b9863cd 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