From: Julian Seward Date: Sat, 28 May 2011 15:34:17 +0000 (+0000) Subject: Fix ppc64-linux build following introduction of IRStmt_Mark::delta X-Git-Tag: svn/VALGRIND_3_7_0~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176e7d6218ac47cfd70adda4e9cf552872adc081;p=thirdparty%2Fvalgrind.git Fix ppc64-linux build following introduction of IRStmt_Mark::delta in vex r2153. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11782 --- diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index 17d1b69958..ae7312072d 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -1096,7 +1096,7 @@ Bool mk_preamble__ppctoc_magic_return_stub ( void* closureV, IRSB* bb ) /* Since we're creating the entire IRSB right here, give it a proper IMark, as it won't get one any other way, and cachegrind will barf if it doesn't have one (fair enough really). */ - addStmtToIRSB( bb, IRStmt_IMark( closure->readdr, 4 ) ); + addStmtToIRSB( bb, IRStmt_IMark( closure->readdr, 4, 0 ) ); /* Generate the magic sequence: pop R2 from hidden stack pop LR from hidden stack