From a56bfd0b4f52734a1f291b50daa7fd46db4df544 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 6 Jun 2007 09:36:07 +0000 Subject: [PATCH] added prefer_fastcall [r14347] --- ir/be/firm/bearch_firm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/be/firm/bearch_firm.c b/ir/be/firm/bearch_firm.c index 45e97d7fe..04c188cd6 100644 --- a/ir/be/firm/bearch_firm.c +++ b/ir/be/firm/bearch_firm.c @@ -661,7 +661,8 @@ static const backend_params *firm_get_libfirm_params(void) { }; static backend_params p = { 1, /* need dword lowering */ - 0, /* don't support inlien assembler yet */ + 0, /* don't support inline assembler yet */ + 0, /* don't support different calling conventions */ NULL, /* no additional opcodes */ NULL, /* will be set later */ NULL, /* no creator function */ -- 2.20.1