From: Michael Beck Date: Tue, 12 Sep 2006 12:28:17 +0000 (+0000) Subject: stabs support updated X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=473dc20d3afe99b01431e5d1122d23046c9ff900;p=libfirm stabs support updated --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index 67e5f3b3e..09441d042 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -445,7 +445,8 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) isa = arch_env_get_isa(env.arch_env); - be_dbg_begin(env.db_handle, cup_name); + be_dbg_so(env.db_handle, cup_name); + be_dbg_types(env.db_handle); /* we might need 1 birg more for instrumentation constructor */ num_birgs = get_irp_n_irgs();