From ee3a6ec345c917df7b019e74da96283a5c6e2c88 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 19:00:20 +0000 Subject: [PATCH] removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14624] --- ir/be/arm/bearch_arm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/arm/bearch_arm.c b/ir/be/arm/bearch_arm.c index dd6d8ddfa..0503bcc1c 100644 --- a/ir/be/arm/bearch_arm.c +++ b/ir/be/arm/bearch_arm.c @@ -1143,7 +1143,6 @@ static const backend_params *arm_get_libfirm_params(void) { static backend_params p = { 1, /* need dword lowering */ 0, /* don't support inline assembler yet */ - 0, /* no different calling conventions */ NULL, /* no additional opcodes */ NULL, /* will be set later */ NULL, /* but yet no creator function */ -- 2.20.1