~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to coregrind/m_errormgr.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-16 17:56:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20061116175630-hatkgajb0twz0upw
Tags: upstream-3.2.1
Import upstream version 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
           && VG_(is_action_requested)( "Print suppression", &still_noisy ))
448
448
      ) {
449
449
      gen_suppression(err);
450
 
      if (VG_(clo_gen_suppressions) == 1 && !still_noisy)
451
 
         VG_(clo_gen_suppressions) = 0;
452
450
   }
 
451
   if (VG_(clo_gen_suppressions) == 1 && !still_noisy)
 
452
      VG_(clo_gen_suppressions) = 0;
453
453
}
454
454
 
455
455
/* Shared between VG_(maybe_record_error)() and VG_(unique_error)(),