Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mono/metadata/class-internals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/metadata/class-internals.h b/mono/metadata/class-internals.h
index a90dc4529b9..38a1d3e077e 100644
--- a/mono/metadata/class-internals.h
+++ b/mono/metadata/class-internals.h
@@ -427,7 +427,7 @@ struct _MonoGenericContainer {
MonoClass *klass;
MonoMethod *method;
} owner;
- int type_argc : 6;
+ int type_argc : 31;
/* If true, we're a generic method, otherwise a generic type definition. */
/* Invariant: parent != NULL => is_method */
int is_method : 1;