* a29k-dis.c (print_insn): Print 'x' type operand in hex.

* h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
	* sh-dis.c (print_insn_sh): Don't recur endlessly if delay
	slot insn is in a delay slot.
	* z8k-opc.h: (resflg): Fix patterns.
	* h8500-opc.h Fix CR insn patterns.
This commit is contained in:
Steve Chamberlain 1994-05-08 00:19:06 +00:00
parent a47d2dc447
commit ab678720c7
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ print_insn (memaddr, info)
break;
case 'x':
(*info->fprintf_func) (info->stream, "%d", (insn16 << 8) + insn0);
(*info->fprintf_func) (info->stream, "0x%x", (insn16 << 8) + insn0);
break;
case 'h':