]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make Vex less verbose, so the regression tests work again.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 23 Nov 2004 17:10:15 +0000 (17:10 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 23 Nov 2004 17:10:15 +0000 (17:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3082

coregrind/vg_main.c

index 2507ccd8222d51c1e23619a903e67dd338838ef3..cea7e698b977b27e820e4e918e3b08300334dadc 100644 (file)
@@ -2789,7 +2789,7 @@ int main(int argc, char **argv)
    VG_(nuke_all_threads_except)(VG_INVALID_THREADID);
 
    /* Print Vex storage stats */
-   LibVEX_ClearTemporary( True/*show stats*/ );
+   LibVEX_ClearTemporary( False/*show stats*/ );
 
    //--------------------------------------------------------------
    // Exit, according to the scheduler's return code