diff options
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 259423a..dc014d2 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 |