diff options
author | John Gilmore <gnu@cygnus> | 1991-07-24 13:43:56 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-24 13:43:56 +0000 |
commit | ccef841ce19453331a8f2b7ab71c263504b73c45 (patch) | |
tree | 5029816c67f24371aaacfb0b9d9822b9ad3d5558 /gdb/ns32k-opcode.h | |
parent | 920ba794a7a1f3c12aa560a92d270555c3c0093c (diff) | |
download | gdb-ccef841ce19453331a8f2b7ab71c263504b73c45.zip gdb-ccef841ce19453331a8f2b7ab71c263504b73c45.tar.gz gdb-ccef841ce19453331a8f2b7ab71c263504b73c45.tar.bz2 |
Bugfix from Rune Nerg}rd to "sfsr" opcode.
Diffstat (limited to 'gdb/ns32k-opcode.h')
-rw-r--r-- | gdb/ns32k-opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ns32k-opcode.h b/gdb/ns32k-opcode.h index 5a95478..b6fed0e 100644 --- a/gdb/ns32k-opcode.h +++ b/gdb/ns32k-opcode.h @@ -281,7 +281,7 @@ notstrs[] = { "sbitiw", 14,24, 0x1d4e, "1W2A" }, { "sbitid", 14,24, 0x1f4e, "1D2A" }, { "setcfg", 15,24, 0x0b0e, "5D1q" }, - { "sfsr", 14,24, 0x673e, "5D1D" }, + { "sfsr", 14,24, 0x373e, "5D1D" }, { "skpsb", 16,16, 0x0c0e, "1i" }, { "skpsw", 16,16, 0x0d0e, "1i" }, { "skpsd", 16,16, 0x0f0e, "1i" }, |