* arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.

* arm-dis.c (print_insn_arm): Don't handle 'h' case.
This commit is contained in:
Richard Earnshaw
2002-01-19 12:27:24 +00:00
parent 140f998426
commit a2fc1b1f19
3 changed files with 7 additions and 10 deletions

View File

@ -390,13 +390,6 @@ print_insn_arm (pc, info, given)
func (stream, "t");
break;
case 'h':
if ((given & 0x00000020) == 0x00000020)
func (stream, "h");
else
func (stream, "b");
break;
case 'A':
func (stream, "[%s", arm_regnames [(given >> 16) & 0xf]);
if ((given & 0x01000000) != 0)