From: Julian Seward Date: Thu, 23 Feb 2006 22:30:35 +0000 (+0000) Subject: merge r1544 (The ppc32 port ran itself out of spill slots on some X-Git-Tag: svn/VALGRIND_3_1_1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb9eed2849bc08295b2bffbc219ec09deaa5cc5;p=thirdparty%2Fvalgrind.git merge r1544 (The ppc32 port ran itself out of spill slots on some heavy duty FP code.) git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_1_BRANCH@1576 --- diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 5541dbd86e..5e45be7058 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -242,7 +242,7 @@ typedef On entry, the baseblock pointer register must be 8-aligned. */ -#define LibVEX_N_SPILL_BYTES 1024 +#define LibVEX_N_SPILL_BYTES 1536 /*-------------------------------------------------------*/