|
From: <sv...@va...> - 2009-12-03 14:35:29
|
Author: sewardj
Date: 2009-12-03 14:35:15 +0000 (Thu, 03 Dec 2009)
New Revision: 10964
Log:
Double the size of some table to do with reading CIEs.
Modified:
trunk/coregrind/m_debuginfo/readdwarf.c
Modified: trunk/coregrind/m_debuginfo/readdwarf.c
===================================================================
--- trunk/coregrind/m_debuginfo/readdwarf.c 2009-12-03 09:50:32 UTC (rev 10963)
+++ trunk/coregrind/m_debuginfo/readdwarf.c 2009-12-03 14:35:15 UTC (rev 10964)
@@ -3446,7 +3446,7 @@
cie->saw_z_augmentation = False;
}
-#define N_CIEs 2000
+#define N_CIEs 4000
static CIE the_CIEs[N_CIEs];
|