MIPS/GAS: Use local `isa' consistently in `is_opcode_valid'
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index a9d6f6ba1611da1618a6f8fd9199bfeb78757378..1e195d92701fbaa1b7a1eb0ef3275c42a09832bf 100644 (file)
@@ -3217,7 +3217,7 @@ is_opcode_valid (const struct mips_opcode *mo)
   int fp_s, fp_d;
   unsigned int i;
 
-  if (ISA_HAS_64BIT_REGS (mips_opts.isa))
+  if (ISA_HAS_64BIT_REGS (isa))
     for (i = 0; i < ARRAY_SIZE (mips_ases); i++)
       if ((ase & mips_ases[i].flags) == mips_ases[i].flags)
        ase |= mips_ases[i].flags64;
This page took 0.028411 seconds and 4 git commands to generate.