From: Nicholas Nethercote Date: Wed, 14 May 2003 12:54:47 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_2_0_0~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e375f4bccdc5e93eb68203bfcb9969ce3aeabb1;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1634 --- diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index 5c33fabfa6..834dae9251 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -94,7 +94,7 @@ typedef /* A bogus TCEntry which hopefully does not match code from any valid address. This is what all VG_(tt_fast) entries are made to point at when we want to invalidate it. */ -static const TCEntry vg_tc_bogus_TCEntry = { ((Addr)5), 0, 0 }; +static const TCEntry vg_tc_bogus_TCEntry = { ((Addr)5), 0, 0, 0 }; /*------------------ DECLS ------------------*/