From: Michael Beck Date: Thu, 31 May 2007 17:30:25 +0000 (+0000) Subject: Initialization fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=98acf603b8f6198f7279e4f4f10031f9edee7ea4;p=libfirm Initialization fixed [r14223] --- diff --git a/ir/be/arm/bearch_arm.c b/ir/be/arm/bearch_arm.c index 34e550431..014ace005 100644 --- a/ir/be/arm/bearch_arm.c +++ b/ir/be/arm/bearch_arm.c @@ -1125,6 +1125,7 @@ static const backend_params *arm_get_libfirm_params(void) { NULL, /* will be set later */ NULL, /* but yet no creator function */ NULL, /* context for create_intrinsic_fkt */ + NULL, /* no if conversion settings */ arm_register_from_name, /* register names */ }; diff --git a/ir/be/mips/bearch_mips.c b/ir/be/mips/bearch_mips.c index fed1d3da4..2f753460a 100644 --- a/ir/be/mips/bearch_mips.c +++ b/ir/be/mips/bearch_mips.c @@ -962,6 +962,7 @@ static const backend_params *mips_get_libfirm_params(void) { NULL, /* will be set later */ NULL, /* but yet no creator function */ NULL, /* context for create_intrinsic_fkt */ + NULL, /* no if conversion settings */ mips_register_from_name, /* register names */ }; diff --git a/ir/be/ppc32/bearch_ppc32.c b/ir/be/ppc32/bearch_ppc32.c index f0c9a1262..26b76068e 100644 --- a/ir/be/ppc32/bearch_ppc32.c +++ b/ir/be/ppc32/bearch_ppc32.c @@ -911,6 +911,7 @@ static const backend_params *ppc32_get_libfirm_params(void) { NULL, /* will be set later */ NULL, /* but yet no creator function */ NULL, /* context for create_intrinsic_fkt */ + NULL, /* no if conversion settings */ ppc32_register_from_name, /* register names */ };