PowerPC Rename powerxx to power10
[deliverable/binutils-gdb.git] / gas / config / tc-ppc.c
index 0b24298c2bbdce7e6cb6f8f97851d1bd8b2fe409..e0da3bfafe28a65b2dba08accfd979ddd41e47ab 100644 (file)
@@ -4131,7 +4131,7 @@ md_assemble (char *str)
   insn_length = 4;
   if ((ppc_cpu & PPC_OPCODE_VLE) != 0 && PPC_OP_SE_VLE (insn))
     insn_length = 2;
-  else if ((opcode->flags & PPC_OPCODE_POWERXX) != 0
+  else if ((opcode->flags & PPC_OPCODE_POWER10) != 0
           && PPC_PREFIX_P (insn))
     {
       struct insn_label_list *l;
This page took 0.024235 seconds and 4 git commands to generate.