gas/:
[deliverable/binutils-gdb.git] / gas / config / tc-ppc.c
index df298dbb2e8c877d0c61df068464426332da19e3..1321cd446265c307c54467f49412f7675c32a5cd 100644 (file)
@@ -1248,7 +1248,7 @@ ppc_set_cpu (void)
   const char *default_os  = TARGET_OS;
   const char *default_cpu = TARGET_CPU;
 
-  if ((ppc_cpu & ~PPC_OPCODE_ANY) == 0)
+  if ((ppc_cpu & ~(ppc_cpu_t) PPC_OPCODE_ANY) == 0)
     {
       if (ppc_obj64)
        ppc_cpu |= PPC_OPCODE_PPC | PPC_OPCODE_64;
This page took 0.023669 seconds and 4 git commands to generate.