diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e779ed0..e597b3d 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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; |