|
From: Jeremy F. <je...@go...> - 2004-04-14 07:22:15
|
CVS commit by fitzhardinge:
Quiet an overly noisy message.
M +1 -1 vg_symtab2.c 1.77
--- valgrind/coregrind/vg_symtab2.c #1.76:1.77
@@ -214,5 +214,5 @@ void VG_(addLineInfo) ( SegInfo* si,
* multiple instructions can map to the one line), but avoid
* catching any other instructions bogusly. */
- if (this > next) {
+ if (this > next && VG_(clo_verbosity) > 2) {
VG_(message)(Vg_DebugMsg,
"warning: line info addresses out of order "
|