diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-12 17:15:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-12 17:15:21 +0000 |
commit | 60fc8cba612c4a185723270b8994b59894728e6d (patch) | |
tree | c5d9ded99a20098451ea68f6ab20da6b0932e918 /opcodes/arm-opc.h | |
parent | 3d5d5507087557ea4d0020f8196b77aa1853b690 (diff) | |
download | gdb-60fc8cba612c4a185723270b8994b59894728e6d.zip gdb-60fc8cba612c4a185723270b8994b59894728e6d.tar.gz gdb-60fc8cba612c4a185723270b8994b59894728e6d.tar.bz2 |
Fix disassembly of DLRS{H|B} instruction
Diffstat (limited to 'opcodes/arm-opc.h')
-rw-r--r-- | opcodes/arm-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index 44a16a4..8beb65f 100644 --- a/opcodes/arm-opc.h +++ b/opcodes/arm-opc.h @@ -213,7 +213,7 @@ static struct thumb_opcode thumb_opcodes[] = /* format 8 */ {0x5200, 0xFE00, "strh\t%0-2r, [%3-5r, %6-8r]"}, {0x5A00, 0xFE00, "ldrh\t%0-2r, [%3-5r, %6-8r]"}, - {0x5600, 0xF600, "lds%11?hb\t%0-2r, [%3-5r, %6-8r]"}, + {0x5600, 0xF600, "ldrs%11?hb\t%0-2r, [%3-5r, %6-8r]"}, /* format 7 */ {0x5000, 0xFA00, "str%10'b\t%0-2r, [%3-5r, %6-8r]"}, {0x5800, 0xFA00, "ldr%10'b\t%0-2r, [%3-5r, %6-8r]"}, |