From c9ed16792f713c7523a1baa0445f9026cfa55a20 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 10 Mar 2011 15:01:14 +0000 Subject: [PATCH] Bring avg translation size statement closer to reality, for amd64-linux with --smc-check=all. 350 would be better, but H already soaks up so much space that a low-side of 320 seems prudent. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11618 --- helgrind/hg_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index 024ede9f56..e2e4a981ce 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -4888,7 +4888,7 @@ static void hg_pre_clo_init ( void ) VG_(details_copyright_author)( "Copyright (C) 2007-2010, and GNU GPL'd, by OpenWorks LLP et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); - VG_(details_avg_translation_sizeB) ( 200 ); + VG_(details_avg_translation_sizeB) ( 320 ); VG_(basic_tool_funcs) (hg_post_clo_init, hg_instrument, -- 2.47.3