of them after a while.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@184
} else {
vg_assert(bb_orig_addr == curr_BBCC->orig_addr);
vg_assert(curr_BBCC->array_size > 0 && curr_BBCC->array_size < 1000000);
- if (VG_(clo_verbosity) > 1) {
- VG_(message)(Vg_DebugMsg, "BB retranslation, retrieving from BBCC table");
+ if (VG_(clo_verbosity) > 2) {
+ VG_(message)(Vg_DebugMsg,
+ "BB retranslation, retrieving from BBCC table");
}
*BB_seen_before = True;
BB_retranslations++;
} else {
vg_assert(bb_orig_addr == curr_BBCC->orig_addr);
vg_assert(curr_BBCC->array_size > 0 && curr_BBCC->array_size < 1000000);
- if (VG_(clo_verbosity) > 1) {
- VG_(message)(Vg_DebugMsg, "BB retranslation, retrieving from BBCC table");
+ if (VG_(clo_verbosity) > 2) {
+ VG_(message)(Vg_DebugMsg,
+ "BB retranslation, retrieving from BBCC table");
}
*BB_seen_before = True;
BB_retranslations++;