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 | 1af48cd0baa7245573651d836184a720a034d666 (patch) | |
tree | 83997abd4464383dc59fddb9e529cc82763ff6a2 /opcodes/tic54x-dis.c | |
parent | 978e9b734902f0b0c976c8344a97fb6bc32794ce (diff) | |
download | gdb-1af48cd0baa7245573651d836184a720a034d666.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/tic54x-dis.c b/opcodes/tic54x-dis.c index e2c0b208dd3..bf40d689e1b 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; } |