diff options
author | Alan Modra <amodra@gmail.com> | 2004-09-09 12:42:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-09-09 12:42:37 +0000 |
commit | 2a309db0409b58471fb0490e6bfdf18180409e38 (patch) | |
tree | 715e40f99b05f6fc35f2f0fabdc807471c30ffb9 /opcodes/ppc-opc.c | |
parent | 360589e8923454f27a100e27d1716b6f6af7b062 (diff) | |
download | gdb-2a309db0409b58471fb0490e6bfdf18180409e38.zip gdb-2a309db0409b58471fb0490e6bfdf18180409e38.tar.gz gdb-2a309db0409b58471fb0490e6bfdf18180409e38.tar.bz2 |
opcodes/
* ppc-opc.c (L): Make this field not optional.
include/opcode/
* ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
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 9936f3e..af70ae6 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, 0, 0, PPC_OPERAND_OPTIONAL }, + { 1, 21, 0, 0, 0 }, /* The LEV field in a POWER SC form instruction. */ #define LEV L + 1 |