]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs,
authorJulian Seward <jseward@acm.org>
Thu, 19 Sep 2013 09:14:56 +0000 (09:14 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 19 Sep 2013 09:14:56 +0000 (09:14 +0000)
therefore.

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

coregrind/m_debuginfo/readdwarf.c

index 0e369c51e5f8f17b7cf80d4ee52acd37c42d10fc..ba98e5484593a4f544037eed0a55ea99032bbb3d 100644 (file)
@@ -3666,7 +3666,7 @@ static void init_CIE ( CIE* cie )
    cie->saw_z_augmentation = False;
 }
 
-#define N_CIEs 5000
+#define N_CIEs 8000
 static CIE the_CIEs[N_CIEs];