From: Julian Seward Date: Thu, 9 Jun 2005 19:30:18 +0000 (+0000) Subject: Disable debugging printing. Duh. X-Git-Tag: svn/VALGRIND_3_0_0~456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4579ae44e9feca738d09d0c2a9fe8d8b6564aa42;p=thirdparty%2Fvalgrind.git Disable debugging printing. Duh. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3862 --- diff --git a/coregrind/m_debuginfo/dwarf.c b/coregrind/m_debuginfo/dwarf.c index 728126c8ce..4d5a29a9c4 100644 --- a/coregrind/m_debuginfo/dwarf.c +++ b/coregrind/m_debuginfo/dwarf.c @@ -1839,7 +1839,7 @@ void VG_(read_callframe_info_dwarf2) Int this_CIE; /* --------- CIE --------- */ - if (1||VG_(clo_trace_cfi)) + if (VG_(clo_trace_cfi)) VG_(printf)("------ new CIE (#%d of 0 .. %d) ------\n", n_CIEs, N_CIEs - 1);