summaryrefslogtreecommitdiff
path: root/opcodes/ip2k-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-07-16 02:03:55 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-07-16 02:03:55 +0000
commitb934a21d3766fe0b612f9195b9037bfa7b3b4b3e (patch)
treed4214df3b6fa857060a4403dbd26d5e5ee82c98b /opcodes/ip2k-dis.c
parentbe8e427f93699ae8f893b595c125bb5041b25a81 (diff)
downloadbinutils-redhat-b934a21d3766fe0b612f9195b9037bfa7b3b4b3e.tar.gz
bfd/
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". (stamp-m32c): Fix cpu dependencies. * Makefile.in: Regenerate. * ip2k-dis.c: Regenerate. binutils/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ * Makefile.am: Run "make dep-am". (emipsidt.c, emipsidtl.c): Depend on generic.em. * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/ip2k-dis.c')
-rw-r--r--opcodes/ip2k-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-dis.c b/opcodes/ip2k-dis.c
index f6531baf49..95cb9e49e9 100644
--- a/opcodes/ip2k-dis.c
+++ b/opcodes/ip2k-dis.c
@@ -89,7 +89,7 @@ print_fr (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
if (offsetvalue == 0)
(*info->fprintf_func) (info->stream, "%s","(DP)");
else
- (*info->fprintf_func) (info->stream, "$%lx%s",offsetvalue, "(DP)");
+ (*info->fprintf_func) (info->stream, "$%lx%s", offsetvalue, "(DP)");
return;
}