about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index 1a5da272..51359bd4 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -1649,7 +1649,7 @@ static void atfork_child_custommem(void)
 void reserveHighMem()
 {
     char* p = getenv("BOX64_RESERVE_HIGH");
-    #ifdef ADLINK
+    #if 0//def ADLINK
     if(p && p[0]=='0')
     #else
     if(!p || p[0]=='0')