]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Double the size of some table to do with reading CIEs.
authorJulian Seward <jseward@acm.org>
Thu, 3 Dec 2009 14:35:15 +0000 (14:35 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 3 Dec 2009 14:35:15 +0000 (14:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10964

coregrind/m_debuginfo/readdwarf.c

index bde2cf1f3f5f18a1a6c9b82be09a2554c97f4b42..98a72436b905071b62d212260d3296db05170411 100644 (file)
@@ -3446,7 +3446,7 @@ static void init_CIE ( CIE* cie )
    cie->saw_z_augmentation = False;
 }
 
-#define N_CIEs 2000
+#define N_CIEs 4000
 static CIE the_CIEs[N_CIEs];