]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
The ppc32 port ran itself out of spill slots on some heavy duty FP
authorJulian Seward <jseward@acm.org>
Tue, 24 Jan 2006 00:59:00 +0000 (00:59 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 24 Jan 2006 00:59:00 +0000 (00:59 +0000)
code.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1544

VEX/pub/libvex.h

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