aboutsummaryrefslogtreecommitdiff
path: root/opcodes/tic54x-dis.c
diff options
context:
space:
mode:
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 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;
}