From: Julian Seward Date: Wed, 15 Mar 2006 13:12:43 +0000 (+0000) Subject: Sheesh. The ppc32 back end is good at eating bazillions of spill X-Git-Tag: svn/VALGRIND_3_1_1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3215fa3089e154f79c5df4a38fa7eaae59aebdc;p=thirdparty%2Fvalgrind.git Sheesh. The ppc32 back end is good at eating bazillions of spill slots sometimes. git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_1_BRANCH@1597 --- diff --git a/VEX/pub/libvex.h b/VEX/pub/libvex.h index 5e45be7058..8d4ad7cc83 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 1536 +#define LibVEX_N_SPILL_BYTES 2048 /*-------------------------------------------------------*/