fix
authorMatthias Braun <matze@braunis.de>
Mon, 4 Jan 2010 02:04:21 +0000 (02:04 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 4 Jan 2010 02:04:21 +0000 (02:04 +0000)
[r26907]

ast2firm.c

index bf4e5d4..038142a 100644 (file)
@@ -5899,7 +5899,7 @@ void init_ast2firm(void)
        obstack_init(&asm_obst);
        init_atomic_modes();
 
-       ir_set_dbg_retrieve(dbg_retrieve);
+       ir_set_debug_retrieve(dbg_retrieve);
 
        /* OS option must be set to the backend */
        switch (firm_opt.os_support) {