]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add forgotten update. Should have been part of r2359.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 28 May 2012 03:10:02 +0000 (03:10 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 28 May 2012 03:10:02 +0000 (03:10 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2360

VEX/pub/libvex_s390x_common.h

index 8b968a76f28d7dd0fc9d87624174c359c2afc6dc..77b79d7d309d117b73b71020623042c22b65a8bf 100644 (file)
@@ -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)
 
 
 /*--------------------------------------------------------------*/