From: Nicholas Nethercote Date: Thu, 24 Mar 2005 04:35:11 +0000 (+0000) Subject: Track recent Vex change, in order to remove a compile warning. X-Git-Tag: svn/VALGRIND_3_0_0~899 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15d9cae1a1a1d700bc098a93896b219be8fd150;p=thirdparty%2Fvalgrind.git Track recent Vex change, in order to remove a compile warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3419 --- diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c index af93e86d08..d700173234 100644 --- a/coregrind/vg_translate.c +++ b/coregrind/vg_translate.c @@ -56,7 +56,7 @@ static IRBB* vg_SP_update_pass ( IRBB* bb_in, VexGuestLayout* layout, - IRType hWordTy ) + IRType gWordTy, IRType hWordTy ) { Int i, j, minoff_ST, maxoff_ST, sizeof_SP, offset_SP; IRDirty *dcall, *d;