*** empty log message ***
[deliverable/binutils-gdb.git] / opcodes / bfin-dis.c
index e68b7d5e8fbbd7d5d42539c038aca681409c965a..711fbf85cf42d0ad51dbf9bf6cc8df0ce67331c9 100644 (file)
@@ -481,7 +481,7 @@ static enum machine_registers decode_allregs[] =
 
 /* (arch.pm)arch_disassembler_functions.  */
 #ifndef OUTS
-#define OUTS(p, txt) ((p) ? (((txt)[0]) ? (p->fprintf_func)(p->stream, txt) :0) :0)
+#define OUTS(p, txt) ((p) ? (((txt)[0]) ? (p->fprintf_func)(p->stream, "%s", txt) :0) :0)
 #endif
 
 static void
This page took 0.02299 seconds and 4 git commands to generate.