opcodes:
[deliverable/binutils-gdb.git] / opcodes / xstormy16-asm.c
index 324c091893eeea8e8c28ad24181e531519b6a2ab..810938c4a932089e5ecebbd76c0bd7e53f60b2f9 100644 (file)
@@ -618,10 +618,10 @@ xstormy16_cgen_assemble_insn (cd, str, fields, buf, errmsg)
       if (! xstormy16_cgen_insn_supported (cd, insn))
        continue;
 #endif
-      /* If the RELAX attribute is set, this is an insn that shouldn't be
+      /* If the RELAXED attribute is set, this is an insn that shouldn't be
         chosen immediately.  Instead, it is used during assembler/linker
         relaxation if possible.  */
-      if (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_RELAX) != 0)
+      if (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_RELAXED) != 0)
        continue;
 
       str = start;
This page took 0.023792 seconds and 4 git commands to generate.