diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-12 19:38:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-12 19:38:11 +0000 |
commit | 9805c0a5b615b0779341eec575579961ab604fa3 (patch) | |
tree | 10612b982d2681eadc62dae4844f32e0b1f13feb /opcodes/bfin-dis.c | |
parent | 43a6aa65fe40d7285ea0511f39d32638292e8d35 (diff) | |
download | gdb-9805c0a5b615b0779341eec575579961ab604fa3.zip gdb-9805c0a5b615b0779341eec575579961ab604fa3.tar.gz gdb-9805c0a5b615b0779341eec575579961ab604fa3.tar.bz2 |
opcodes: blackfin: add missing space after PRNT insn
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'opcodes/bfin-dis.c')
-rw-r--r-- | opcodes/bfin-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/bfin-dis.c b/opcodes/bfin-dis.c index f624bac..2e73b09 100644 --- a/opcodes/bfin-dis.c +++ b/opcodes/bfin-dis.c @@ -4654,7 +4654,7 @@ decode_pseudoDEBUG_0 (TIword iw0, disassemble_info *outf) } else if (fn == 1) { - OUTS (outf, "PRNT"); + OUTS (outf, "PRNT "); OUTS (outf, allregs (reg, grp)); } else |