From: Michael Beck Date: Wed, 6 Jun 2007 09:36:33 +0000 (+0000) Subject: be_params initialization updated X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ae7f623b2e0c67b625f49fc0e7d1215a3b940e3e;p=libfirm be_params initialization updated [r14348] --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index 20d86fc8b..e4af781dc 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -204,14 +204,14 @@ int be_parse_arg(const char *arg) { /** The be parameters returned by default, all off. */ const static backend_params be_params = { - 0, - 0, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL + 0, /* need dword lowering */ + 0, /* don't support inlien assembler yet */ + 0, /* no different calling conventions */ + NULL, /* no additional opcodes */ + NULL, /* will be set later */ + NULL, /* but yet no creator function */ + NULL, /* context for create_intrinsic_fkt */ + NULL, /* no if conversion settings */ }; /* Perform schedule verification if requested. */