]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
We need ever-more spill space ...
authorJulian Seward <jseward@acm.org>
Mon, 8 Nov 2004 13:08:25 +0000 (13:08 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 8 Nov 2004 13:08:25 +0000 (13:08 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@522

VEX/head20041019/coregrind/core.h
VEX/pub/libvex.h

index b6ac345afaeb19bfcea605c761b29aa6f33e52bd..bf07db67d124267546f2c8969115aec1dbd00382 100644 (file)
@@ -1481,7 +1481,7 @@ extern void VG_(missing_tool_func) ( const Char* fn );
    startup time, are given values denoting offsets into baseBlock.
    These offsets are in *words* from the start of baseBlock. */
 
-#define VG_BASEBLOCK_WORDS 220 /* 206 */
+#define VG_BASEBLOCK_WORDS 288
 
 extern UInt VG_(baseBlock)[VG_BASEBLOCK_WORDS];
 
index 4ce79d21aac76200485148f890816f8984b7f902..ee10405fe64237ff6cb9abefefa3625df15ba950 100644 (file)
@@ -177,7 +177,7 @@ extern void LibVEX_ShowStats ( void );
    On entry, the baseblock pointer register must be 8-aligned.
 */
 
-#define LibVEX_N_SPILL_BYTES 512
+#define LibVEX_N_SPILL_BYTES 768
 
 
 #endif /* ndef __LIBVEX_H */