|
From: <sv...@va...> - 2006-06-25 12:18:24
|
Author: sewardj
Date: 2006-06-25 13:18:20 +0100 (Sun, 25 Jun 2006)
New Revision: 5978
Log:
Make 'c'/'C' work again with --gen-suppressions=3Dyes. I wonder how
long this has been broken.
Modified:
trunk/coregrind/m_errormgr.c
Modified: trunk/coregrind/m_errormgr.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_errormgr.c 2006-06-24 19:57:45 UTC (rev 5977)
+++ trunk/coregrind/m_errormgr.c 2006-06-25 12:18:20 UTC (rev 5978)
@@ -447,9 +447,9 @@
&& VG_(is_action_requested)( "Print suppression", &still_nois=
y ))
) {
gen_suppression(err);
- if (VG_(clo_gen_suppressions) =3D=3D 1 && !still_noisy)
- VG_(clo_gen_suppressions) =3D 0;
}
+ if (VG_(clo_gen_suppressions) =3D=3D 1 && !still_noisy)
+ VG_(clo_gen_suppressions) =3D 0;
}
=20
/* Shared between VG_(maybe_record_error)() and VG_(unique_error)(),
|