summaryrefslogtreecommitdiff
path: root/opcodes/tic54x-dis.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-04 06:38:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-04 06:38:01 +0000
commit5a293e602c6535f5a573745641ddd4d96640362a (patch)
tree2dd58155f4eae86bfe09861220efeb7fa9a37244 /opcodes/tic54x-dis.c
parent51022814c7881dec49b79c70371e4d8eadd8f56f (diff)
downloadbinutils-redhat-5a293e602c6535f5a573745641ddd4d96640362a.tar.gz
2000-10-04 Kazu Hirata <kazu@hxi.com>
* ia64-gen.c: Convert C++-style comments to C-style comments. * tic54x-dis.c: Likewise.
Diffstat (limited to 'opcodes/tic54x-dis.c')
-rw-r--r--opcodes/tic54x-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/tic54x-dis.c b/opcodes/tic54x-dis.c
index e2c0b208dd..bf40d689e1 100644
--- a/opcodes/tic54x-dis.c
+++ b/opcodes/tic54x-dis.c
@@ -558,7 +558,7 @@ sprint_mmr (info, buf, mmr)
}
++reg;
}
- sprintf (buf, "MMR(%d)", mmr); // FIXME -- different targets
+ sprintf (buf, "MMR(%d)", mmr); /* FIXME -- different targets. */
return 0;
}