From fbc026427aa34c595fea99e4d4608c76ea7c55c4 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 4 Jan 2010 02:04:21 +0000 Subject: [PATCH] fix [r26907] --- ast2firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast2firm.c b/ast2firm.c index bf4e5d4..038142a 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -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) { -- 2.20.1