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>2011-08-10 00:02:50 +0400
committerZoltan Varga <vargaz@gmail.com>2011-08-10 00:02:50 +0400
commit04fe536dacba26dd684413498e340d738effe65c (patch)
tree637b569754d43c3590b2924605c7207cea0818bb /libgc/include
parentee68c04c1079886c6df6be50e371e7d0a7c72c16 (diff)
Revert "More NACL updates"
This reverts commit ee68c04c1079886c6df6be50e371e7d0a7c72c16.
Diffstat (limited to 'libgc/include')
-rw-r--r--libgc/include/private/gcconfig.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgc/include/private/gcconfig.h b/libgc/include/private/gcconfig.h
index 0d28d986f7c..8ff4fbfbc0d 100644
--- a/libgc/include/private/gcconfig.h
+++ b/libgc/include/private/gcconfig.h
@@ -1202,8 +1202,7 @@
# ifdef NACL
# define OS_TYPE "NACL"
extern int etext[];
-//# define DATASTART ((ptr_t)((((word) (etext)) + 0xfff) & ~0xfff))
-# define DATASTART ((ptr_t)0x10000000)
+# define DATASTART ((ptr_t)((((word) (etext)) + 0xfff) & ~0xfff))
extern int _end[];
# define DATAEND (_end)
# ifdef STACK_GRAN