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:
authorElijah Taylor <elijahtaylor@google.com>2011-08-09 23:59:31 +0400
committerZoltan Varga <vargaz@gmail.com>2011-08-09 23:59:31 +0400
commitee68c04c1079886c6df6be50e371e7d0a7c72c16 (patch)
tree41920ce12e6024f99c997e43d6c76dff205fc17d /libgc/include
parent50d820a9f7400e47694b6da5b01f949ee2ef7bfb (diff)
More NACL updates
Diffstat (limited to 'libgc/include')
-rw-r--r--libgc/include/private/gcconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgc/include/private/gcconfig.h b/libgc/include/private/gcconfig.h
index 8ff4fbfbc0d..0d28d986f7c 100644
--- a/libgc/include/private/gcconfig.h
+++ b/libgc/include/private/gcconfig.h
@@ -1202,7 +1202,8 @@
# ifdef NACL
# define OS_TYPE "NACL"
extern int etext[];
-# define DATASTART ((ptr_t)((((word) (etext)) + 0xfff) & ~0xfff))
+//# define DATASTART ((ptr_t)((((word) (etext)) + 0xfff) & ~0xfff))
+# define DATASTART ((ptr_t)0x10000000)
extern int _end[];
# define DATAEND (_end)
# ifdef STACK_GRAN