From 9499bb95df76ab224f2b53e0ef1976d493ab4cca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Thu, 31 Aug 2006 15:51:23 +0000 Subject: [PATCH] adapted to new callback --- ir/be/firm/bearch_firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/firm/bearch_firm.c b/ir/be/firm/bearch_firm.c index 1813af79b..4d5467667 100644 --- a/ir/be/firm/bearch_firm.c +++ b/ir/be/firm/bearch_firm.c @@ -598,7 +598,7 @@ static const arch_code_generator_if_t *firm_get_code_generator_if(void *self) return &firm_code_gen_if; } -static const list_sched_selector_t *firm_get_list_sched_selector(const void *self) { +static const list_sched_selector_t *firm_get_list_sched_selector(const void *self, list_sched_selector_t *selector) { return trivial_selector; } -- 2.20.1