diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 1f9aa72..57df9a3 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -4730,7 +4730,7 @@ match_save_restore_list_operand (struct mips_arg_info *arg) { if (arg->soft_match) return FALSE; - as_bad (error); + as_bad ("%s", error); } /* Finally build the instruction. */ @@ -7014,7 +7014,7 @@ mips16_macro_build (expressionS *ep, const char *name, const char *fmt, if (!operand) abort (); - insn_insert_operand (&insn, operand, va_arg (args, int)); + insn_insert_operand (&insn, operand, va_arg (*args, int)); break; } } |