]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix ppc64-linux build following introduction of IRStmt_Mark::delta
authorJulian Seward <jseward@acm.org>
Sat, 28 May 2011 15:34:17 +0000 (15:34 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 28 May 2011 15:34:17 +0000 (15:34 +0000)
in vex r2153.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11782

coregrind/m_translate.c

index 17d1b69958f20b0f2c6a49a21bbf7cf031dd36ab..ae7312072ddfeb66069f8e32b3708bd336353a0b 100644 (file)
@@ -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