]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Sheesh. The ppc32 back end is good at eating bazillions of spill
authorJulian Seward <jseward@acm.org>
Wed, 15 Mar 2006 13:12:43 +0000 (13:12 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 15 Mar 2006 13:12:43 +0000 (13:12 +0000)
slots sometimes.

git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_1_BRANCH@1597

VEX/pub/libvex.h

index 5e45be70587574a4cae7b5310aa7eee47342313b..8d4ad7cc83f8b1d1ac113c4840106a1da6a63290 100644 (file)
@@ -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
 
 
 /*-------------------------------------------------------*/