]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
undo last change (stupid)
authorNicholas Nethercote <njn@valgrind.org>
Wed, 14 May 2003 12:56:36 +0000 (12:56 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 14 May 2003 12:56:36 +0000 (12:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1635

coregrind/vg_transtab.c

index 834dae9251828f44b37f5a0cc467630d77ef867a..5c33fabfa699b67f589e07899f57c2af0eab1694 100644 (file)
@@ -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, 0 };
+static const TCEntry vg_tc_bogus_TCEntry = { ((Addr)5), 0, 0 };
 
 
 /*------------------ DECLS ------------------*/