opcodes: blackfin: add missing space after PRNT insn
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
43a6aa65fe
commit
9805c0a5b6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* bfin-dis.c (decode_pseudoDEBUG_0): Add space after PRNT.
|
||||
|
||||
2011-02-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* bfin-dis.c (machine_registers): Delete REG_GP.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue