]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
turn off debugging output
authorNicholas Nethercote <njn@valgrind.org>
Tue, 21 Jun 2005 00:28:43 +0000 (00:28 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 21 Jun 2005 00:28:43 +0000 (00:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3975

coregrind/m_main.c

index 0aa2d03fc191793f36c6e5fba1a23fe6414c98e6..4f97134572e3e704f53e7cae3cf21abca8bf6d91 100644 (file)
@@ -970,7 +970,7 @@ static Addr setup_client_stack(void* init_sp,
 
       default:
         /* stomp out anything we don't know about */
-        if (1)
+        if (0)
            printf("stomping auxv entry %lld\n", (ULong)auxv->a_type);
         auxv->a_type = AT_IGNORE;
         break;