PR 9874
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 7c369d405b1cb6de901fb1f28c1668116c54d645..2113fa44f6cd852862af1a40374b92ce59bf861c 100644 (file)
@@ -11175,7 +11175,7 @@ fix_insn (fixS *fix, const struct ia64_operand *odesc, valueT value)
     err = (*odesc->insert) (odesc, value, insn + slot);
 
   if (err)
-    as_bad_where (fix->fx_file, fix->fx_line, err);
+    as_bad_where (fix->fx_file, fix->fx_line, "%s", err);
 
   t0 = control_bits | (insn[0] << 5) | (insn[1] << 46);
   t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
This page took 0.023299 seconds and 4 git commands to generate.