aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-opc.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-07-28 13:45:45 +0000
committerAndrew Cagney <cagney@redhat.com>1997-07-28 13:45:45 +0000
commit6546a590b45a2473c144b2a855c5949f8198ac68 (patch)
treed3f7140e405ae50872be5f20cdeb969966df7b82 /opcodes/mips-opc.c
parent64f0e8162856314c0beb9fd8c0573bc3997b269e (diff)
downloadgdb-6546a590b45a2473c144b2a855c5949f8198ac68.zip
gdb-6546a590b45a2473c144b2a855c5949f8198ac68.tar.gz
gdb-6546a590b45a2473c144b2a855c5949f8198ac68.tar.bz2
Fix MTSA opcode encoding.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r--opcodes/mips-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index c69cbc2..f2c192e 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -548,7 +548,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
{"mtlo", "s", 0x00000013, 0xfc1fffff, RD_s|WR_LO, I1 },
/* start-sanitize-r5900 */
{"mtlo1", "s", 0x70000013, 0xfc1fffff, RD_s|WR_LO, T5 },
-{"mtsa", "s", 0x00000019, 0xfc1fffff, RD_s, T5 },
+{"mtsa", "s", 0x00000029, 0xfc1fffff, RD_s, T5 },
{"mtsab", "s,j", 0x04180000, 0xfc1f0000, RD_s, T5 },
{"mtsah", "s,j", 0x04190000, 0xfc1f0000, RD_s, T5 },
/* end-sanitize-r5900 */