From 463348bb2f6c5734736a07f5fe3203062c8c92d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Manuel=20de=20Morais=20Santos=20Costa?= Date: Fri, 16 Oct 2009 08:09:22 +0100 Subject: [PATCH] fix memory collision in allocatng mmap --- H/Yap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/Yap.h b/H/Yap.h index df5fe0044..b23941c11 100644 --- a/H/Yap.h +++ b/H/Yap.h @@ -246,7 +246,7 @@ extern char Yap_Option[20]; #elif defined(__APPLE__) && !__LP64__ #define MMAP_ADDR 0x20000000 #else -#define MMAP_ADDR 0x02000000 +#define MMAP_ADDR 0x10000000 #endif #elif __svr4__ || defined(__SVR4) #define MMAP_ADDR 0x02000000