From: Julian Seward Date: Thu, 28 Oct 2004 22:18:39 +0000 (+0000) Subject: Make these compile again. X-Git-Tag: svn/VALGRIND_3_0_1^2~883 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243890a9680d80061781241e2cb2118e5dfae14a;p=thirdparty%2Fvalgrind.git Make these compile again. git-svn-id: svn://svn.valgrind.org/vex/trunk@451 --- diff --git a/VEX/head20041019/lackey/lk_main.c b/VEX/head20041019/lackey/lk_main.c index 7d58aa4ae6..8043d39ba1 100644 --- a/VEX/head20041019/lackey/lk_main.c +++ b/VEX/head20041019/lackey/lk_main.c @@ -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; diff --git a/VEX/head20041019/none/nl_main.c b/VEX/head20041019/none/nl_main.c index f706cb03d4..6d5652e668 100644 --- a/VEX/head20041019/none/nl_main.c +++ b/VEX/head20041019/none/nl_main.c @@ -47,7 +47,7 @@ void SK_(post_clo_init)(void) { } -IRBB* SK_(instrument)(IRBB* bb) +IRBB* SK_(instrument)(IRBB* bb, VexGuestLayoutInfo* layout) { return bb; }