aboutsummaryrefslogtreecommitdiff
path: root/gdb/ns32k-opcode.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-07 05:27:54 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-07 05:27:54 +0000
commitf4b13194e1daa3ef296e5749d72b6ce1fe129bd1 (patch)
treedc297005879195d9c63170368a57f15a0dddfde2 /gdb/ns32k-opcode.h
parent27d9b689bf111d3d47c4d0faf4ac32246000612f (diff)
downloadgdb-f4b13194e1daa3ef296e5749d72b6ce1fe129bd1.zip
gdb-f4b13194e1daa3ef296e5749d72b6ce1fe129bd1.tar.gz
gdb-f4b13194e1daa3ef296e5749d72b6ce1fe129bd1.tar.bz2
Bugfix from Rune Nerg}rd <runene@ifi.uio.no> on 5 Jul 1991 17:33:45 +0200,
fixing opcodes movmw, movmd.
Diffstat (limited to 'gdb/ns32k-opcode.h')
-rw-r--r--gdb/ns32k-opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ns32k-opcode.h b/gdb/ns32k-opcode.h
index 5f336e9..5a95478 100644
--- a/gdb/ns32k-opcode.h
+++ b/gdb/ns32k-opcode.h
@@ -211,8 +211,8 @@ notstrs[] =
{ "movfl", 14,24, 0x1b3e, "1F2L" },
{ "movlf", 14,24, 0x163e, "1L2F" },
{ "movmb", 14,24, 0x00ce, "1D2D3d" },
- { "movmw", 14,24, 0x00de, "1D2D3d" },
- { "movmd", 14,24, 0x00fe, "1D2D3d" },
+ { "movmw", 14,24, 0x01ce, "1D2D3d" },
+ { "movmd", 14,24, 0x03ce, "1D2D3d" },
{ "movqb", 7,16, 0x5c, "2B1q" },
{ "movqw", 7,16, 0x5d, "2B1q" },
{ "movqd", 7,16, 0x5f, "2B1q" },