diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-10-04 06:38:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-10-04 06:38:01 +0000 |
commit | d1e28e240d3640e3093e88939090cf0ef5f5c35f (patch) | |
tree | 7b51d4ceddd7405187b43621da9e15091413a202 /opcodes/tic54x-dis.c | |
parent | 56d27c17b8e8c726a559744b532d00a800f5e021 (diff) | |
download | gdb-d1e28e240d3640e3093e88939090cf0ef5f5c35f.zip gdb-d1e28e240d3640e3093e88939090cf0ef5f5c35f.tar.gz gdb-d1e28e240d3640e3093e88939090cf0ef5f5c35f.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/tic54x-dis.c b/opcodes/tic54x-dis.c index e2c0b20..bf40d68 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; } |