* fbsd-proc.c: Include "regcache.h", "regset.h" and
[deliverable/binutils-gdb.git] / bfd / cpu-powerpc.c
index 20b490941986dc42fbec53f1697252f356449f21..a4e72d5bf3064af57db8d4228b22d9711c93933e 100644 (file)
@@ -41,7 +41,7 @@ powerpc_compatible (a,b)
     case bfd_arch_powerpc:
       return bfd_default_compatible (a, b);
     case bfd_arch_rs6000:
-      if (a->mach == bfd_mach_ppc)
+      if (b->mach == bfd_mach_rs6k)
        return a;
       return NULL;
     }
This page took 0.024415 seconds and 4 git commands to generate.