]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase size of spill area.
authorJulian Seward <jseward@acm.org>
Sat, 6 Nov 2004 16:10:39 +0000 (16:10 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 6 Nov 2004 16:10:39 +0000 (16:10 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@514

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

index d351a97f7ef59c45ac4e5cfed1e29b6250705767..b6ac345afaeb19bfcea605c761b29aa6f33e52bd 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 200 // 157
+#define VG_BASEBLOCK_WORDS 220 /* 206 */
 
 extern UInt VG_(baseBlock)[VG_BASEBLOCK_WORDS];
 
index 3902c701ee2589aecec2783bf20466c1027bad2f..4ce79d21aac76200485148f890816f8984b7f902 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 256
+#define LibVEX_N_SPILL_BYTES 512
 
 
 #endif /* ndef __LIBVEX_H */