* ppc-opc.c (CT): Make it an optional operand.
[deliverable/binutils-gdb.git] / opcodes / ppc-opc.c
index 8aab61baeca13b020efa03cf6850ef83230debf1..82f8d569813308598ee560944712898344fdc97c 100644 (file)
@@ -195,7 +195,7 @@ const struct powerpc_operand powerpc_operands[] =
 
   /* The CT field in an X form instruction.  */
 #define CT CR + 1
-  { 5, 21, 0, 0, 0 },
+  { 5, 21, 0, 0, PPC_OPERAND_OPTIONAL },
 
   /* The D field in a D form instruction.  This is a displacement off
      a register, and implies that the next operand is a register in
This page took 0.022942 seconds and 4 git commands to generate.