diff options
author | Alan Modra <amodra@gmail.com> | 2004-10-09 01:21:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-10-09 01:21:03 +0000 |
commit | e612bb4d303811f2f622e8259ad14350512f21c7 (patch) | |
tree | 5089e01c42126472fba1a8bd8644ebaeeba7782f /opcodes/ppc-opc.c | |
parent | 1bd795aed8f9730bf67a5a8725b0414b76436c69 (diff) | |
download | gdb-e612bb4d303811f2f622e8259ad14350512f21c7.zip gdb-e612bb4d303811f2f622e8259ad14350512f21c7.tar.gz gdb-e612bb4d303811f2f622e8259ad14350512f21c7.tar.bz2 |
* ppc-opc.c: Revert 2004-09-09 change.
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 275463d..c7351e8 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -300,7 +300,7 @@ const struct powerpc_operand powerpc_operands[] = /* The L field in a D or X form instruction. */ #define L FXM4 + 1 - { 1, 21, NULL, NULL, 0 }, + { 1, 21, NULL, NULL, PPC_OPERAND_OPTIONAL }, /* The LEV field in a POWER SC form instruction. */ #define LEV L + 1 |