* hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.
This commit is contained in:
parent
46e36b17b0
commit
e46def7bdf
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com)
|
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.
|
||||||
|
|
||||||
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
|
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
|
||||||
operand.
|
operand.
|
||||||
|
|
||||||
|
|
|
@ -701,7 +701,7 @@ print_insn_hppa (memaddr, info)
|
||||||
(*info->fprintf_func) (info->stream, " ");
|
(*info->fprintf_func) (info->stream, " ");
|
||||||
break;
|
break;
|
||||||
case 'X':
|
case 'X':
|
||||||
(*info->fprintf_func) (info->stream, "%s",
|
(*info->fprintf_func) (info->stream, "%s ",
|
||||||
shift_cond_64_names[GET_FIELD (insn, 16, 18)]);
|
shift_cond_64_names[GET_FIELD (insn, 16, 18)]);
|
||||||
break;
|
break;
|
||||||
case 'B':
|
case 'B':
|
||||||
|
|
Loading…
Reference in a new issue