From d1e28e240d3640e3093e88939090cf0ef5f5c35f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 4 Oct 2000 06:38:01 +0000 Subject: 2000-10-04 Kazu Hirata * ia64-gen.c: Convert C++-style comments to C-style comments. * tic54x-dis.c: Likewise. --- opcodes/tic54x-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/tic54x-dis.c') 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; } -- cgit v1.1