]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make these compile again.
authorJulian Seward <jseward@acm.org>
Thu, 28 Oct 2004 22:18:39 +0000 (22:18 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 28 Oct 2004 22:18:39 +0000 (22:18 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@451

VEX/head20041019/lackey/lk_main.c
VEX/head20041019/none/nl_main.c

index 7d58aa4ae6d6c39cf31bff62dbbca0c04ef6b9a5..8043d39ba16a885e4d926ff77d2c9afefdf3e168 100644 (file)
@@ -151,7 +151,7 @@ HWord SK_(tool_findhelper) ( Char* function_name )
    Which gives us the right answer.  And just to avoid two C calls, we fold
    the basic-block-beginning call in with add_one_BB().  Phew.
 */ 
-IRBB* SK_(instrument)(IRBB* bb_in)
+IRBB* SK_(instrument)(IRBB* bb_in, VexGuestLayoutInfo* layout)
 {
    IRDirty* di;
    Int      i;
index f706cb03d4b8472f8ce13103afc9f22f60fbf211..6d5652e6689d3fd588d06b7714a248784067b909 100644 (file)
@@ -47,7 +47,7 @@ void SK_(post_clo_init)(void)
 {
 }
 
-IRBB* SK_(instrument)(IRBB* bb)
+IRBB* SK_(instrument)(IRBB* bb, VexGuestLayoutInfo* layout)
 {
     return bb;
 }