diff options
author | Jeff Law <law@redhat.com> | 1998-02-20 08:25:59 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-02-20 08:25:59 +0000 |
commit | 7409c678e6ecf9880535d91160782781ed501a5f (patch) | |
tree | 4b1a0938e5e6f122ec22181e5150d22c75edf844 /opcodes/mips-opc.c | |
parent | 10e3e6ced5e47c03e7178dcd9dd23f88d3851157 (diff) | |
download | gdb-7409c678e6ecf9880535d91160782781ed501a5f.zip gdb-7409c678e6ecf9880535d91160782781ed501a5f.tar.gz gdb-7409c678e6ecf9880535d91160782781ed501a5f.tar.bz2 |
Fix it right this time.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r-- | opcodes/mips-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index aa63a3b..c864c6c 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -551,7 +551,7 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"max.s", "D,S,T", 0x46000028, 0xffe0003f, WR_D|RD_S|RD_T|FP_S, T5 }, {"min.s", "D,S,T", 0x46000030, 0xffe0003f, WR_D|RD_S|RD_T|FP_S, T5 }, {"msuba.s", "S,T", 0x4600001f, 0xffe007ff, RD_S|RD_T|FP_S, T5 }, -{"mult.s", "S,T", 0x4600001a, 0xffe007ff, RD_S|RD_T|FP_S, T5 }, +{"mula.s", "S,T", 0x4600001a, 0xffe007ff, RD_S|RD_T|FP_S, T5 }, {"suba.s", "S,T", 0x46000019, 0xffe007ff, RD_S|RD_T|FP_S, T5 }, {"di", "", 0x42000039, 0xffffffff, WR_C0, T5 }, {"ei", "", 0x42000038, 0xffffffff, WR_C0, T5 }, |