|
From: <sv...@va...> - 2006-02-23 22:30:45
|
Author: sewardj
Date: 2006-02-23 22:30:35 +0000 (Thu, 23 Feb 2006)
New Revision: 1576
Log:
merge r1544 (The ppc32 port ran itself out of spill slots on some
heavy duty FP code.)
Modified:
branches/VEX_3_1_BRANCH/pub/libvex.h
Modified: branches/VEX_3_1_BRANCH/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
--- branches/VEX_3_1_BRANCH/pub/libvex.h 2006-02-21 17:43:20 UTC (rev 157=
5)
+++ branches/VEX_3_1_BRANCH/pub/libvex.h 2006-02-23 22:30:35 UTC (rev 157=
6)
@@ -242,7 +242,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
/*-------------------------------------------------------*/
|