wibble


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1634 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c
index 5c33fab..834dae9 100644
--- a/coregrind/vg_transtab.c
+++ b/coregrind/vg_transtab.c
@@ -94,7 +94,7 @@
 /* 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 ------------------*/