From 424802ecf2d26c5ebad07536943f19a2238b6e45 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 6 Jun 2007 12:38:04 +0000 Subject: [PATCH] switched of debug mask [r14368] --- ir/opt/opt_calling_conv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/opt/opt_calling_conv.c b/ir/opt/opt_calling_conv.c index 0f799284b..0acd381ae 100644 --- a/ir/opt/opt_calling_conv.c +++ b/ir/opt/opt_calling_conv.c @@ -66,7 +66,6 @@ void opt_change_calling_conventions(unsigned cc) { int changed = 0; FIRM_DBG_REGISTER(dbg, "firm.opt.cc"); - firm_dbg_set_mask(dbg, SET_LEVEL_1); assure_irp_globals_address_taken_computed(); -- 2.20.1