Fix a bunch of data races.
[mono.git] / mono / metadata / metadata-verify.c
index cddb8b1ef5babf2ef8a80cc3342b3b88aaf73af1..567551ca27ed1745ab02e78fb46f37d5441cfde4 100644 (file)
@@ -3401,7 +3401,7 @@ verify_assembly_table (VerifyContext *ctx)
        }
 }
 
-#define INVALID_ASSEMBLYREF_FLAGS_BITS ~(1)
+#define INVALID_ASSEMBLYREF_FLAGS_BITS ~((1 << 0) | (1 << 8) | (1 << 14) | (1 << 15))
 static void
 verify_assemblyref_table (VerifyContext *ctx)
 {