stabs support updated
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Sep 2006 12:28:17 +0000 (12:28 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Sep 2006 12:28:17 +0000 (12:28 +0000)
ir/be/bemain.c

index 67e5f3b..09441d0 100644 (file)
@@ -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();