From: Julian Seward Date: Tue, 24 Jan 2006 00:59:00 +0000 (+0000) Subject: The ppc32 port ran itself out of spill slots on some heavy duty FP X-Git-Tag: svn/VALGRIND_3_2_3^2~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c3b47971f932d7bc235f1a157f9d422d38f5d1a;p=thirdparty%2Fvalgrind.git The ppc32 port ran itself out of spill slots on some heavy duty FP code. git-svn-id: svn://svn.valgrind.org/vex/trunk@1544 --- diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 5dfc5a65fb..8a6940f7d7 100644 --- a/VEX/pub/libvex.h +++ b/VEX/pub/libvex.h @@ -245,7 +245,7 @@ typedef On entry, the baseblock pointer register must be 8-aligned. */ -#define LibVEX_N_SPILL_BYTES 1024 +#define LibVEX_N_SPILL_BYTES 1536 /*-------------------------------------------------------*/