Increased maximum number of non-compact helpers.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1432 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index f129f2e..a308c2b 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -105,7 +105,7 @@
 /* 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;