]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increased maximum number of non-compact helpers.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 24 Feb 2003 10:21:45 +0000 (10:21 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 24 Feb 2003 10:21:45 +0000 (10:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1432

coregrind/vg_main.c

index f129f2e1f6b9c3ff8203e20b92cd53562064960e..a308c2b5e923cdbac634c3eee2bc0ff85b7b68a0 100644 (file)
@@ -105,7 +105,7 @@ Int VGOFF_(helper_undefined_instruction) = INVALID_OFFSET;
 /* MAX_NONCOMPACT_HELPERS can be increased easily.  If MAX_COMPACT_HELPERS is
  * increased too much, they won't really be compact any more... */
 #define  MAX_COMPACT_HELPERS     8
-#define  MAX_NONCOMPACT_HELPERS  24 
+#define  MAX_NONCOMPACT_HELPERS  50 
 
 UInt VG_(n_compact_helpers)    = 0;
 UInt VG_(n_noncompact_helpers) = 0;