Index: opcodes/h8300-dis.c |
diff --git a/opcodes/h8300-dis.c b/opcodes/h8300-dis.c |
index 0d260de68e0cb5772b5695d12e6db1aa63a79948..3fc0b09b8dc0370a770dcf5bd4d6d5990016934d 100644 |
--- a/opcodes/h8300-dis.c |
+++ b/opcodes/h8300-dis.c |
@@ -298,7 +298,7 @@ print_one_arg (disassemble_info *info, |
outfn (stream, "@(0x%x:%d,%s.l)", cst, cstlen, lregnames[rdisp_n]); |
else if (x & CTRL) |
- outfn (stream, cregnames[rn]); |
+ outfn (stream, "%s", cregnames[rn]); |
else if ((x & MODE) == CCR) |
outfn (stream, "ccr"); |