* config/tc-mips.c (mips_ip): Make an unsupported instruction a
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index e779ed0b27359d2c89ad46de886e4ea7a11a9b5f..e597b3d96f8f8fb59d3267a94ba7acd02d23a894 100644 (file)
@@ -3783,8 +3783,7 @@ mips_ip (str, ip)
              ++insn;
              continue;
            }
-         insn_error = "ERROR: instruction not supported on this processor";
-         return;
+         as_warn ("Instruction not supported on this processor");
        }
 
       ip->insn_mo = insn;
This page took 0.023302 seconds and 4 git commands to generate.