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:
authorMark Probst <mark.probst@gmail.com>2010-05-29 05:19:20 +0400
committerMark Probst <mark.probst@gmail.com>2010-05-29 05:19:20 +0400
commitb3c73f9c8d3bc76a89b3c471e1da7f53487b29a9 (patch)
treeaf88a2498000f6bc0228a5920917b1278e5f1475
parent13b7dece4be75db0079dd8712d32d265745d81af (diff)
Enable major copying again - erroneous commit.
svn path=/trunk/mono/; revision=158138
-rw-r--r--mono/metadata/sgen-gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mono/metadata/sgen-gc.c b/mono/metadata/sgen-gc.c
index 9718c176057..fe9717ad0ed 100644
--- a/mono/metadata/sgen-gc.c
+++ b/mono/metadata/sgen-gc.c
@@ -1517,8 +1517,8 @@ mono_gc_get_bitmap_for_descr (void *descr, int *numbits)
} \
} while (0)
-//#include "sgen-major-copying.c"
-#include "sgen-marksweep.c"
+#include "sgen-major-copying.c"
+//#include "sgen-marksweep.c"
static gboolean
is_xdomain_ref_allowed (gpointer *ptr, char *obj, MonoDomain *domain)