From bcb9eed2849bc08295b2bffbc219ec09deaa5cc5 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 23 Feb 2006 22:30:35 +0000 Subject: [PATCH] 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 --- VEX/pub/libvex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /*-------------------------------------------------------*/ -- 2.47.2