From 488916061e57e6b83b8229475789a78b8f7b5fb1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 1 Aug 2012 00:41:35 +0000 Subject: * h8300-dis.c: Fix printf arg warnings. * i960-dis.c: Likewise. * mips-dis.c: Likewise. * pdp11-dis.c: Likewise. * sh-dis.c: Likewise. * v850-dis.c: Likewise. * configure.in: Formatting. * configure: Regenerate. * rl78-decode.c: Regenerate. * po/POTFILES.in: Regenerate. --- opcodes/v850-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/v850-dis.c') diff --git a/opcodes/v850-dis.c b/opcodes/v850-dis.c index b4e786e..60b452b 100644 --- a/opcodes/v850-dis.c +++ b/opcodes/v850-dis.c @@ -406,7 +406,7 @@ disassemble (bfd_vma memaddr, struct disassemble_info *info, int bytes_read, uns else shown_one = 1; - info->fprintf_func (info->stream, v850_reg_names[first]); + info->fprintf_func (info->stream, "%s", v850_reg_names[first]); for (bit++; bit < 32; bit++) if ((mask & (1 << bit)) == 0) -- cgit v1.1