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:
authorZoltan Varga <vargaz@gmail.com>2007-05-12 17:00:53 +0400
committerZoltan Varga <vargaz@gmail.com>2007-05-12 17:00:53 +0400
commit69353f911160fe45163b3514df295ee5bca196e3 (patch)
tree190b12426bd0947fd5619d62e2040aad139276e8
parent54a48bd9382685873cc92761b9cda8e5448e00a1 (diff)
Merge from HEAD.mono-1.2.4
svn path=/branches/mono-1-2-4/mono/; revision=77277
-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;