adapted to new callback
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 31 Aug 2006 15:51:23 +0000 (15:51 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 31 Aug 2006 15:51:23 +0000 (15:51 +0000)
ir/be/firm/bearch_firm.c

index 1813af7..4d54676 100644 (file)
@@ -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;
 }