summaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-10-09 01:21:03 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-10-09 01:21:03 +0000
commit02162896d3bec8eef754cf3a6200c4db43eadf47 (patch)
tree9ed8d095703febd372784948e6544dea8fe6b6de /opcodes/ppc-opc.c
parent5e36b20f7347f15c6028d353bd1cc918249f5622 (diff)
downloadgdb-02162896d3bec8eef754cf3a6200c4db43eadf47.tar.gz
* ppc-opc.c: Revert 2004-09-09 change.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 275463df0af..c7351e8f2cf 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