about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-29 17:08:00 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-10-29 17:08:00 +0100
commitc50c985c85b316ffb9e562764d00758e72bb03e4 (patch)
treec4329cc9ab9de3ceb4fed9ae9d88af0b1cd9facb
parentc3ee794d40bdfbe41b5628bb8da6e41bc68bbac0 (diff)
downloadbox64-c50c985c85b316ffb9e562764d00758e72bb03e4.tar.gz
box64-c50c985c85b316ffb9e562764d00758e72bb03e4.zip
[ADLINK] Removed BOX64_RESERVE_HIGH, should not be usefull with latest improvment to mmap64
-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')