Add forgotten update. Should have been part of r2359.


git-svn-id: svn://svn.valgrind.org/vex/trunk@2360 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/pub/libvex_s390x_common.h b/pub/libvex_s390x_common.h
index 8b968a7..77b79d7 100644
--- a/pub/libvex_s390x_common.h
+++ b/pub/libvex_s390x_common.h
@@ -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)
 
 
 /*--------------------------------------------------------------*/