Let the metadata verifier access the new agressive inlining bit.
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 14 Feb 2012 19:04:12 +0000 (17:04 -0200)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 27 Feb 2012 19:20:23 +0000 (16:20 -0300)
mono/metadata/metadata-verify.c

index 567551ca27ed1745ab02e78fb46f37d5441cfde4..ba794c6b3de32c8a307dcb0913a0192a41a30a37 100644 (file)
@@ -2589,7 +2589,7 @@ verify_field_table_full (VerifyContext *ctx)
 }
 
 /*bits 8,9,10,11,13,14,15*/
-#define INVALID_METHOD_IMPLFLAG_BITS ((1 << 8) | (1 << 9) | (1 << 10) | (1 << 11) | (1 << 13) | (1 << 14) | (1 << 15))
+#define INVALID_METHOD_IMPLFLAG_BITS ((1 << 9) | (1 << 10) | (1 << 11) | (1 << 13) | (1 << 14) | (1 << 15))
 static void
 verify_method_table (VerifyContext *ctx)
 {