From: Julian Seward Date: Sat, 6 Nov 2004 16:10:39 +0000 (+0000) Subject: Increase size of spill area. X-Git-Tag: svn/VALGRIND_3_0_1^2~820 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142e539188f209f8aa09f59f942ce63ed4c5ecca;p=thirdparty%2Fvalgrind.git Increase size of spill area. git-svn-id: svn://svn.valgrind.org/vex/trunk@514 --- diff --git a/VEX/head20041019/coregrind/core.h b/VEX/head20041019/coregrind/core.h index d351a97f7e..b6ac345afa 100644 --- a/VEX/head20041019/coregrind/core.h +++ b/VEX/head20041019/coregrind/core.h @@ -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]; diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 3902c701ee..4ce79d21aa 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -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 */