|
From: <sv...@va...> - 2012-05-28 03:10:18
|
florian 2012-05-28 04:10:02 +0100 (Mon, 28 May 2012)
New Revision: 2360
Log:
Add forgotten update. Should have been part of r2359.
Modified files:
trunk/pub/libvex_s390x_common.h
Modified: trunk/pub/libvex_s390x_common.h (+1 -1)
===================================================================
--- trunk/pub/libvex_s390x_common.h 2012-05-28 03:58:19 +01:00 (rev 2359)
+++ trunk/pub/libvex_s390x_common.h 2012-05-28 04:10:02 +01:00 (rev 2360)
@@ -71,7 +71,7 @@
Additionally, we need a standard frame for helper functions being called
from client code. (See figure 1-16 in zSeries ABI) */
-#define S390_INNERLOOP_FRAME_SIZE ((8+3+2)*8 + 160)
+#define S390_INNERLOOP_FRAME_SIZE ((8+2+2)*8 + 160)
/*--------------------------------------------------------------*/
|