]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
merge r1544 (The ppc32 port ran itself out of spill slots on some
authorJulian Seward <jseward@acm.org>
Thu, 23 Feb 2006 22:30:35 +0000 (22:30 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 23 Feb 2006 22:30:35 +0000 (22:30 +0000)
heavy duty FP code.)

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

VEX/pub/libvex.h

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