From: Julian Seward Date: Mon, 8 Nov 2004 13:08:25 +0000 (+0000) Subject: We need ever-more spill space ... X-Git-Tag: svn/VALGRIND_3_0_1^2~812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06bcc48a30b552ca2ff5b3206ee625404c808286;p=thirdparty%2Fvalgrind.git We need ever-more spill space ... git-svn-id: svn://svn.valgrind.org/vex/trunk@522 --- diff --git a/VEX/head20041019/coregrind/core.h b/VEX/head20041019/coregrind/core.h index b6ac345afa..bf07db67d1 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 220 /* 206 */ +#define VG_BASEBLOCK_WORDS 288 extern UInt VG_(baseBlock)[VG_BASEBLOCK_WORDS]; diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 4ce79d21aa..ee10405fe6 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 512 +#define LibVEX_N_SPILL_BYTES 768 #endif /* ndef __LIBVEX_H */