]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Unbreak lackey --detailed-counts=yes after r11604
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Tue, 26 Jul 2011 18:10:35 +0000 (18:10 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Tue, 26 Jul 2011 18:10:35 +0000 (18:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11915

lackey/lk_main.c

index e57860418249a925615c8796694f4b5354231d40..1b2659c953065548fed0e0a3f6a434a9d50a6d1e 100644 (file)
@@ -301,7 +301,7 @@ typedef enum { OpLoad=0, OpStore=1, OpAlu=2 } Op;
 
 /* --- Types --- */
 
-#define N_TYPES 9
+#define N_TYPES 10
 
 static Int type2index ( IRType ty )
 {