|
From: <sv...@va...> - 2009-07-01 08:55:02
|
Author: sewardj
Date: 2009-07-01 09:45:02 +0100 (Wed, 01 Jul 2009)
New Revision: 1903
Log:
Double the size of the spill area. Fixes #195838.
Modified:
trunk/pub/libvex.h
Modified: trunk/pub/libvex.h
===================================================================
--- trunk/pub/libvex.h 2009-07-01 08:07:29 UTC (rev 1902)
+++ trunk/pub/libvex.h 2009-07-01 08:45:02 UTC (rev 1903)
@@ -375,7 +375,7 @@
16-aligned size and be 16-aligned, and placed back-to-back.
*/
-#define LibVEX_N_SPILL_BYTES 2048
+#define LibVEX_N_SPILL_BYTES 4096
/*-------------------------------------------------------*/
|