diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-17 03:43:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-17 03:43:18 +0000 |
commit | 8c546dedc30efdd9327dcf9047a8a2ccda909168 (patch) | |
tree | 12aee16ac93c52d3c90570b26a6232b0086549c7 /opcodes/ppc-opc.c | |
parent | aa6db7818034d13da636a7607ca0ce9502a31e6c (diff) | |
download | gdb-8c546dedc30efdd9327dcf9047a8a2ccda909168.zip gdb-8c546dedc30efdd9327dcf9047a8a2ccda909168.tar.gz gdb-8c546dedc30efdd9327dcf9047a8a2ccda909168.tar.bz2 |
* ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
(edelsohn@npac.syr.edu).
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index b3e7617..6a7ca6d 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -2511,7 +2511,7 @@ const struct powerpc_opcode powerpc_opcodes[] = { { "fctiw", XRC(63,14,0), XRA_MASK, PPC, { FRT, FRB } }, { "fcir", XRC(63,14,0), XRA_MASK, POWER2, { FRT, FRB } }, { "fctiw.", XRC(63,14,1), XRA_MASK, PPC, { FRT, FRB } }, -{ "fcir.", XRC(63,14,0), XRA_MASK, POWER2, { FRT, FRB } }, +{ "fcir.", XRC(63,14,1), XRA_MASK, POWER2, { FRT, FRB } }, { "fctiwz", XRC(63,15,0), XRA_MASK, PPC, { FRT, FRB } }, { "fcirz", XRC(63,15,0), XRA_MASK, POWER2, { FRT, FRB } }, |