]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r6214 (some parts):
authorJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 02:21:17 +0000 (02:21 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 02:21:17 +0000 (02:21 +0000)
Futz with the estimated-translation sizes to make them more plausible [..]

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6296

helgrind/hg_main.c
lackey/lk_main.c

index 9c3a3fa00e989e93c703851b88be6787cdec5960..1a256151a1124004e12a38f8b3f5a6aa26f616b6 100644 (file)
@@ -3385,7 +3385,7 @@ static void hg_pre_clo_init(void)
    VG_(details_copyright_author)(
       "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
-   VG_(details_avg_translation_sizeB) ( 115 );
+   VG_(details_avg_translation_sizeB) ( 300 );
 
    VG_(basic_tool_funcs)          (hg_post_clo_init,
                                    hg_instrument,
index 1d723806a6d1fa409156ad532ead00caad86e1b9..7ec5154017e9258cb4f6757752a1666157e29c0d 100644 (file)
@@ -811,7 +811,7 @@ static void lk_pre_clo_init(void)
    VG_(details_copyright_author)(
       "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
-   VG_(details_avg_translation_sizeB) ( 175 );
+   VG_(details_avg_translation_sizeB) ( 200 );
 
    VG_(basic_tool_funcs)          (lk_post_clo_init,
                                    lk_instrument,