opcodes:
[deliverable/binutils-gdb.git] / gas / config / tc-m32r.c
index d185d2591412aa0b06b1865c8652d0e005785431..f601504f8af737c4a6990d28e44c00188c84e5ea 100644 (file)
@@ -1507,7 +1507,7 @@ md_estimate_size_before_relax (fragP, segment)
            if ((strcmp (CGEN_INSN_MNEMONIC (insn),
                         CGEN_INSN_MNEMONIC (fragP->fr_cgen.insn))
                 == 0)
-               && CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_RELAX))
+               && CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_RELAXED))
              break;
          }
        if (i == 4)
This page took 0.025695 seconds and 4 git commands to generate.