|
From: <sv...@va...> - 2006-01-24 00:59:15
|
Author: sewardj
Date: 2006-01-24 00:59:00 +0000 (Tue, 24 Jan 2006)
New Revision: 1544
Log:
The ppc32 port ran itself out of spill slots on some heavy duty FP
code.
Modified:
trunk/pub/libvex.h
Modified: trunk/pub/libvex.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/pub/libvex.h 2006-01-20 14:19:25 UTC (rev 1543)
+++ trunk/pub/libvex.h 2006-01-24 00:59:00 UTC (rev 1544)
@@ -245,7 +245,7 @@
On entry, the baseblock pointer register must be 8-aligned.
*/
=20
-#define LibVEX_N_SPILL_BYTES 1024
+#define LibVEX_N_SPILL_BYTES 1536
=20
=20
/*-------------------------------------------------------*/
|