[ARC] Rename "class" named attributes.
[deliverable/binutils-gdb.git] / opcodes / arc-ext.h
index fcce7e2bd4ea1c81ba52fa4bb5f4bdbf9a7b38ee..e92a3506eeec84b0aff95cfd29ecbd31574a1125 100644 (file)
@@ -80,7 +80,7 @@ enum ExtReadWrite
     (OP)->opcode = CODE;                               \
     (OP)->mask   = MASK;                               \
     (OP)->cpu    = CPU;                                        \
-    (OP)->class  = ARITH;                              \
+    (OP)->insn_class  = ARITH;                         \
     (OP)->subclass = NONE;                             \
     memcpy ((OP)->operands, (ARG), MAX_INSN_ARGS);     \
     memcpy ((OP)->flags, (FLG), MAX_INSN_FLGS);                \
This page took 0.022985 seconds and 4 git commands to generate.