From 124cf24c06548657cb530516210fbd872ec19807 Mon Sep 17 00:00:00 2001 From: Philip C Monk Date: Tue, 2 Dec 2014 21:06:06 -0500 Subject: [PATCH] change linux LoomBase to 32bit-safe one --- i/c/portable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i/c/portable.h b/i/c/portable.h index 0828c3b8b..30381ced1 100644 --- a/i/c/portable.h +++ b/i/c/portable.h @@ -73,7 +73,7 @@ /** Address space layout. **/ # if defined(U3_OS_linux) -# define U3_OS_LoomBase 0x404db000 +# define U3_OS_LoomBase 0x36000000 # define U3_OS_LoomBits 29 // ie, 2^29 words == 2GB # elif defined(U3_OS_osx) # ifdef __LP64__