From cb268829510cffcfdefd0ac26118216321be2039 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 25 Jan 2000 22:10:13 +0000 Subject: Prevent double dumping of raw thumb instructions. --- opcodes/arm-dis.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'opcodes/arm-dis.c') diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 4a1dc23..fe662ed 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -590,7 +590,7 @@ print_insn_thumb (pc, info, given) info->bytes_per_chunk = 4; info->bytes_per_line = 4; - func (stream, "%04x\tbl\t", given & 0xffff); + func (stream, "bl\t"); (*info->print_address_func) (BDISP23 (given) * 2 + pc + 4, info); return 4; @@ -601,8 +601,7 @@ print_insn_thumb (pc, info, given) info->bytes_per_line = 4; given &= 0xffff; - func (stream, "%04x\t", given); - + for (; *c; c++) { if (*c == '%') -- cgit v1.1