|
From: <sv...@va...> - 2005-05-03 09:08:29
|
Author: sewardj
Date: 2005-05-03 10:08:23 +0100 (Tue, 03 May 2005)
New Revision: 1157
Modified:
trunk/pub/libvex.h
Log:
Memchecking very large BBs of FP insns on x86 sometimes needs a lot of
spill slots.
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 2005-05-02 17:07:02 UTC (rev 1156)
+++ trunk/pub/libvex.h 2005-05-03 09:08:23 UTC (rev 1157)
@@ -189,7 +189,7 @@
On entry, the baseblock pointer register must be 8-aligned.
*/
=20
-#define LibVEX_N_SPILL_BYTES 768
+#define LibVEX_N_SPILL_BYTES 1024
=20
=20
/*-------------------------------------------------------*/
|