From a26ca1f856fa8be076bd42d9838929f26da72c6b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 19:00:51 +0000 Subject: [PATCH] removed prefer_fastcall: backends can now decide how to handle mtp_property_private methods [r14626] --- ir/be/mips/bearch_mips.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/be/mips/bearch_mips.c b/ir/be/mips/bearch_mips.c index d1ea5ea67..f32a49ae2 100644 --- a/ir/be/mips/bearch_mips.c +++ b/ir/be/mips/bearch_mips.c @@ -1009,7 +1009,6 @@ static const backend_params *mips_get_libfirm_params(void) { static backend_params p = { 1, /* 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 */ -- 2.20.1