fixed bug: Wrong opcode range was requested in be
[libfirm] / ir / be / bemodule.c
index 8d1c33c..c5442df 100644 (file)
@@ -106,9 +106,11 @@ void be_init_modules(void)
        be_init_ifg();
 
        be_init_arch_ia32();
+#if 0
        be_init_arch_ppc32();
        be_init_arch_mips();
        be_init_arch_arm();
+#endif
 
 #ifdef WITH_ILP
        be_init_ilpsched();