From: Julian Seward Date: Sat, 28 Sep 2002 12:34:19 +0000 (+0000) Subject: printf arg wibble mismatch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9423bc4b738e0c943bb12a02e1e6093e3db7d9f;p=thirdparty%2Fvalgrind.git printf arg wibble mismatch MERGE TO HEAD if applicable git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1130 --- diff --git a/vg_translate.c b/vg_translate.c index aa86209ce7..8c798763b8 100644 --- a/vg_translate.c +++ b/vg_translate.c @@ -3088,8 +3088,7 @@ void VG_(translate) ( ThreadState* tst, "trans# %d, bb# %lu, in %d, out %d", VG_(overall_in_count), VG_(bbs_done), - VG_(overall_in_osize), VG_(overall_in_tsize), - orig_addr ); + VG_(overall_in_osize), VG_(overall_in_tsize) ); } cb = VG_(allocCodeBlock)();