Correct CpuMax in i386-opc.h
[deliverable/binutils-gdb.git] / opcodes / i386-opc.h
index a93c1f39084e2505ceea7d6e5530d649817945d8..0782b1a9c5d3cd8aaa772269fc98a531c78e7b69 100644 (file)
@@ -211,7 +211,7 @@ enum
   /* Intel64 support required  */
   CpuIntel64,
   /* The last bitfield in i386_cpu_flags.  */
-  CpuMax = CpuNo64
+  CpuMax = CpuIntel64
 };
 
 #define CpuNumOfUints \
This page took 0.024648 seconds and 4 git commands to generate.