X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fmips%2Fbearch_mips.c;h=b8e3ef629677eaf64c0b46ec24a8605e8aaea40b;hb=303dc6373eb85ca2f282980ff8c6fb2193c28e44;hp=97b54a0c7e2a8a0c9b3a648159499245b8d74ade;hpb=c560dd51d60b648a49e532dfb40d9d346a69d465;p=libfirm diff --git a/ir/be/mips/bearch_mips.c b/ir/be/mips/bearch_mips.c index 97b54a0c7..b8e3ef629 100644 --- a/ir/be/mips/bearch_mips.c +++ b/ir/be/mips/bearch_mips.c @@ -921,9 +921,6 @@ static void mips_register_options(lc_opt_entry_t *ent) #endif /* WITH_LIBCORE */ const arch_isa_if_t mips_isa_if = { -#ifdef WITH_LIBCORE - mips_register_options, -#endif mips_init, mips_done, mips_get_n_reg_class, @@ -933,5 +930,8 @@ const arch_isa_if_t mips_isa_if = { mips_get_irn_handler, mips_get_code_generator_if, mips_get_list_sched_selector, - mips_get_reg_class_alignment + mips_get_reg_class_alignment, +#ifdef WITH_LIBCORE + mips_register_options +#endif };