summaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2002-11-08 00:46:21 +0000
committerAldy Hernandez <aldyh@redhat.com>2002-11-08 00:46:21 +0000
commit8ec2fa5be1732a2f4f2ba45ecc9cced586080940 (patch)
tree800c99823e3d50918aa126a4b34aa3ace9822c74 /opcodes/ppc-opc.c
parente1553dcea4f21b80a081e75740003972505bcf52 (diff)
downloadbinutils-redhat-8ec2fa5be1732a2f4f2ba45ecc9cced586080940.tar.gz
2002-11-07 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (EVUIMM_4): Change bit size to 32. (EVUIMM_2): Same. (EVUIMM_8): Same.
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 259423aa1a..dc014d28a9 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -552,7 +552,7 @@ const struct powerpc_operand powerpc_operands[] =
/* The other UIMM field in a double EVX form instruction. */
#define EVUIMM_8 EVUIMM_4 + 1
- { 8, 11, insert_ev8, extract_ev8, PPC_OPERAND_PARENS },
+ { 32, 11, insert_ev8, extract_ev8, PPC_OPERAND_PARENS },
/* The WS field. */
#define WS EVUIMM_8 + 1