From: Florian Krohm Date: Mon, 28 May 2012 03:10:02 +0000 (+0000) Subject: Add forgotten update. Should have been part of r2359. X-Git-Tag: svn/VALGRIND_3_8_1^2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d88aa4ab89a6b5c5c6659d679dd906529cef511;p=thirdparty%2Fvalgrind.git Add forgotten update. Should have been part of r2359. git-svn-id: svn://svn.valgrind.org/vex/trunk@2360 --- diff --git a/VEX/pub/libvex_s390x_common.h b/VEX/pub/libvex_s390x_common.h index 8b968a76f2..77b79d7d30 100644 --- a/VEX/pub/libvex_s390x_common.h +++ b/VEX/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) /*--------------------------------------------------------------*/